File tree 4 files changed +5
-15
lines changed 4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 8
8
9
9
10
10
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
-
21
11
<a name =" 1.4.9 " ></a >
22
12
## [ 1.4.9] ( https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.8...v1.4.9 ) (2021-09-15)
23
13
Original file line number Diff line number Diff line change 2
2
<div id =" app" >
3
3
<img alt =" Vue logo" src =" ~@/assets/logo.png" />
4
4
<HelloWorld msg =" Welcome to Your Vue.js App" />
5
- <icon-search />
5
+ <!-- < icon-search /> -- >
6
6
</div >
7
7
</template >
8
8
9
9
<script >
10
10
import HelloWorld from ' ./components/HelloWorld.vue'
11
- import IconSearch from ' ~icons/feather/search'
11
+ // import IconSearch from '~icons/feather/search'
12
12
13
13
export default {
14
14
name: ' App' ,
15
15
components: {
16
16
HelloWorld,
17
- IconSearch,
17
+ // IconSearch,
18
18
},
19
19
}
20
20
</script >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = () => {
10
10
pluginOptions : {
11
11
vite : {
12
12
disabledTypeChecker : true ,
13
- plugins : [ require ( 'unplugin-icons/vite' ) ( { compiler : 'vue2' } ) ] ,
13
+ // plugins: [require('unplugin-icons/vite')({ compiler: 'vue2' })],
14
14
} ,
15
15
} ,
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-cli-plugin-vite" ,
3
- "version" : " 1.4.9 " ,
3
+ "version" : " 1.4.10 " ,
4
4
"description" : " out-of-box vite dev for vue-cli project" ,
5
5
"main" : " index.js" ,
6
6
You can’t perform that action at this time.
0 commit comments