Skip to content

Commit 1f44492

Browse files
committed
docs: update changelog
1 parent b6ffd5c commit 1f44492

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### Features
66

77
* support unplugin-icons by hack alias (close [#49](https://github.com/IndexXuan/vue-cli-plugin-vite/issues/49)) ([38ab652](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/38ab652))
8+
* see [vite-plugin-vue-cli L133](https://github.com/IndexXuan/vite-plugin-vue-cli/blob/main/src/index.ts#L133)
9+
* update [vite-plugin-mpa](https://github.com/IndexXuan/vite-plugin-mpa/pull/12), support nested pages
810

911

1012

examples/my-mpa-ts-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lint-staged": "^9.5.0",
3131
"prettier": "^1.19.1",
3232
"typescript": "~3.9.3",
33-
"vue-cli-plugin-vite": "1.4.4",
33+
"vue-cli-plugin-vite": "1.4.9",
3434
"vue-template-compiler": "^2.6.11"
3535
},
3636
"eslintConfig": {

examples/my-spa-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"babel-eslint": "^10.1.0",
2121
"eslint": "^6.7.2",
2222
"eslint-plugin-vue": "^6.2.2",
23-
"vue-cli-plugin-vite": "1.4.4",
23+
"vue-cli-plugin-vite": "1.4.9",
2424
"vue-template-compiler": "^2.6.11"
2525
},
2626
"eslintConfig": {

examples/my-vue3-ts-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"sass": "^1.26.5",
3434
"sass-loader": "^8.0.2",
3535
"typescript": "~4.1.5",
36-
"vue-cli-plugin-vite": "1.4.4"
36+
"vue-cli-plugin-vite": "1.4.9"
3737
},
3838
"eslintConfig": {
3939
"root": true,

0 commit comments

Comments
 (0)