File tree Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 88
99
1010
11- <a name =" 1.4.10 " ></a >
12- ## [ 1.4.10] ( https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.9...v1.4.10 ) (2021-09-15)
13-
14-
15- ### Bug Fixes
16-
17- * dont use Nullish Coalescing Operator for old version nodejs ([ 40ada1c] ( https://github.com/IndexXuan/vue-cli-plugin-vite/commit/40ada1c ) )
18-
19-
20-
2111<a name =" 1.4.9 " ></a >
2212## [ 1.4.9] ( https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.8...v1.4.9 ) (2021-09-15)
2313
Original file line number Diff line number Diff line change 22 <div id =" app" >
33 <img alt =" Vue logo" src =" ~@/assets/logo.png" />
44 <HelloWorld msg =" Welcome to Your Vue.js App" />
5- <icon-search />
5+ <!-- < icon-search /> -- >
66 </div >
77</template >
88
99<script >
1010import HelloWorld from ' ./components/HelloWorld.vue'
11- import IconSearch from ' ~icons/feather/search'
11+ // import IconSearch from '~icons/feather/search'
1212
1313export default {
1414 name: ' App' ,
1515 components: {
1616 HelloWorld,
17- IconSearch,
17+ // IconSearch,
1818 },
1919}
2020 </script >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = () => {
1010 pluginOptions : {
1111 vite : {
1212 disabledTypeChecker : true ,
13- plugins : [ require ( 'unplugin-icons/vite' ) ( { compiler : 'vue2' } ) ] ,
13+ // plugins: [require('unplugin-icons/vite')({ compiler: 'vue2' })],
1414 } ,
1515 } ,
1616 }
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-cli-plugin-vite" ,
3- "version" : " 1.4.9 " ,
3+ "version" : " 1.4.10 " ,
44 "description" : " out-of-box vite dev for vue-cli project" ,
55 "main" : " index.js" ,
66 "author" : " indexxuan@gmail.com" ,
You can’t perform that action at this time.
0 commit comments