We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da41d9a commit e6dedceCopy full SHA for e6dedce
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.3.0"></a>
2
+# [0.3.0](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v0.2.2...v0.3.0) (2021-03-01)
3
+
4
5
+### Features
6
7
+* support devServer.before (close [#6](https://github.com/IndexXuan/vue-cli-plugin-vite/issues/6)) ([da41d9a](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/da41d9a))
8
9
10
11
<a name="0.2.3"></a>
12
## [0.2.3](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v0.2.2...v0.2.3) (2021-03-01)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-vite",
- "version": "0.2.3",
+ "version": "0.3.0",
"description": "out-of-box vite dev for vue-cli project",
"main": "index.js",
"author": "[email protected]",
0 commit comments