We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ef3f4 commit 66937aaCopy full SHA for 66937aa
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="1.4.8"></a>
2
+## [1.4.8](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.7...v1.4.8) (2021-09-11)
3
+
4
5
+### Features
6
7
+* **config:** support config file return function ([b3ef3f4](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/b3ef3f4))
8
9
10
11
<a name="1.4.7"></a>
12
## [1.4.7](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.6...v1.4.7) (2021-09-11)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-vite",
- "version": "1.4.7",
+ "version": "1.4.8",
"description": "out-of-box vite dev for vue-cli project",
"main": "index.js",
"author": "indexxuan@gmail.com",
0 commit comments