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 ca0daa1 commit 93bce0dCopy full SHA for 93bce0d
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="1.4.0"></a>
2
+# [1.4.0](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.3.5...v1.4.0) (2021-08-09)
3
+
4
5
+### Features
6
7
+* support dynamic injected env & improve css-loader compat & assets without protocol like http/https ([ca0daa1](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/ca0daa1))
8
9
10
11
<a name="1.3.6"></a>
12
## [1.3.6](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.3.5...v1.3.6) (2021-08-09)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-vite",
- "version": "1.3.6",
+ "version": "1.4.0",
"description": "out-of-box vite dev for vue-cli project",
"main": "index.js",
"author": "[email protected]",
0 commit comments