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
66npm-debug.log *
77yarn-debug.log *
88yarn-error.log *
9+ examples /* /yarn.lock
910
1011dist
1112package-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+
121<a name =" 1.4.9 " ></a >
222## [ 1.4.9] ( https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.8...v1.4.9 ) (2021-09-15)
323
Original file line number Diff line number Diff line change 3030 "lint-staged" : " ^9.5.0" ,
3131 "prettier" : " ^1.19.1" ,
3232 "typescript" : " ~3.9.3" ,
33- "vue-cli-plugin-vite" : " 1.4.9 " ,
33+ "vue-cli-plugin-vite" : " 1.4.4 " ,
3434 "vue-template-compiler" : " ^2.6.11"
3535 },
3636 "eslintConfig" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 "eslint" : " ^6.7.2" ,
2323 "eslint-plugin-vue" : " ^6.2.2" ,
2424 "unplugin-icons" : " ^0.11.1" ,
25- "vue-cli-plugin-vite" : " 1.4.9 " ,
25+ "vue-cli-plugin-vite" : " 1.4.4 " ,
2626 "vue-template-compiler" : " ^2.6.11"
2727 },
2828 "eslintConfig" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 "sass" : " ^1.26.5" ,
3434 "sass-loader" : " ^8.0.2" ,
3535 "typescript" : " ~4.1.5" ,
36- "vue-cli-plugin-vite" : " 1.4.9 "
36+ "vue-cli-plugin-vite" : " 1.4.4 "
3737 },
3838 "eslintConfig" : {
3939 "root" : true ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 "scripts" : {
1010 "commit" : " git cz" ,
1111 "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" ,
1515 "test" : " yarn test:spa-js && yarn test:mpa-ts && yarn test:vue3-ts" ,
1616 "toc" : " npx markdown-toc -i --bullets=- README.md" ,
1717 "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
You can’t perform that action at this time.
0 commit comments