File tree Expand file tree Collapse file tree 9 files changed +27
-30988
lines changed Expand file tree Collapse file tree 9 files changed +27
-30988
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ node_modules
6
6
npm-debug.log *
7
7
yarn-debug.log *
8
8
yarn-error.log *
9
+ examples /* /yarn.lock
9
10
10
11
dist
11
12
package-lock.json
Original file line number Diff line number Diff line change
1
+ <a name =" 1.4.10 " ></a >
2
+ ## [ 1.4.10] ( https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.9...v1.4.10 ) (2021-09-15)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * dont use Nullish Coalescing Operator for old version nodejs ([ 40ada1c] ( https://github.com/IndexXuan/vue-cli-plugin-vite/commit/40ada1c ) )
8
+
9
+
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
+
1
21
<a name =" 1.4.9 " ></a >
2
22
## [ 1.4.9] ( https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.8...v1.4.9 ) (2021-09-15)
3
23
Original file line number Diff line number Diff line change 30
30
"lint-staged" : " ^9.5.0" ,
31
31
"prettier" : " ^1.19.1" ,
32
32
"typescript" : " ~3.9.3" ,
33
- "vue-cli-plugin-vite" : " 1.4.9 " ,
33
+ "vue-cli-plugin-vite" : " 1.4.4 " ,
34
34
"vue-template-compiler" : " ^2.6.11"
35
35
},
36
36
"eslintConfig" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
"eslint" : " ^6.7.2" ,
23
23
"eslint-plugin-vue" : " ^6.2.2" ,
24
24
"unplugin-icons" : " ^0.11.1" ,
25
- "vue-cli-plugin-vite" : " 1.4.9 " ,
25
+ "vue-cli-plugin-vite" : " 1.4.4 " ,
26
26
"vue-template-compiler" : " ^2.6.11"
27
27
},
28
28
"eslintConfig" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
33
"sass" : " ^1.26.5" ,
34
34
"sass-loader" : " ^8.0.2" ,
35
35
"typescript" : " ~4.1.5" ,
36
- "vue-cli-plugin-vite" : " 1.4.9 "
36
+ "vue-cli-plugin-vite" : " 1.4.4 "
37
37
},
38
38
"eslintConfig" : {
39
39
"root" : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"commit" : " git cz" ,
11
11
"build" : " echo build success" ,
12
- "test:spa-js" : " cd ./examples/my-spa-js-app && yarn install --frozen-lockfile && yarn vite:build && yarn build" ,
13
- "test:mpa-ts" : " cd ./examples/my-mpa-ts-app && yarn install --frozen-lockfile && yarn vite:build && yarn build" ,
14
- "test:vue3-ts" : " cd ./examples/my-vue3-ts-app && yarn install --frozen-lockfile && yarn vite:build && yarn build" ,
12
+ "test:spa-js" : " cd ./examples/my-spa-js-app && yarn && yarn vite:build && yarn build" ,
13
+ "test:mpa-ts" : " cd ./examples/my-mpa-ts-app && yarn && yarn vite:build && yarn build" ,
14
+ "test:vue3-ts" : " cd ./examples/my-vue3-ts-app && yarn && yarn vite:build && yarn build" ,
15
15
"test" : " yarn test:spa-js && yarn test:mpa-ts && yarn test:vue3-ts" ,
16
16
"toc" : " npx markdown-toc -i --bullets=- README.md" ,
17
17
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
You can’t perform that action at this time.
0 commit comments