Comparing version 0.20.0 to 0.20.1
@@ -0,1 +1,10 @@ | ||
## [0.20.1](https://github.com/vuejs/vite/compare/v0.20.0...v0.20.1) (2020-06-02) | ||
### Bug Fixes | ||
* ensure correct vue reference in compiled templates ([f26b8a7](https://github.com/vuejs/vite/commit/f26b8a7f607fd5402da8ccfa4c41bf747d55a9b3)) | ||
# [0.20.0](https://github.com/vuejs/vite/compare/v0.19.3...v0.20.0) (2020-06-02) | ||
@@ -2,0 +11,0 @@ |
@@ -360,3 +360,7 @@ "use strict"; | ||
scopeId: scoped ? `data-v-${hash_sum_1.default(publicPath)}` : null, | ||
runtimeModuleName: '/@modules/vue' | ||
runtimeModuleName: resolveVue_1.resolveVue(root).isLocal | ||
? // in local mode, vue would have been optimized so must be referenced | ||
// with .js postfix | ||
'/@modules/vue.js' | ||
: '/@modules/vue' | ||
}, | ||
@@ -363,0 +367,0 @@ preprocessLang: template.lang, |
{ | ||
"name": "vite", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Evan You", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288795
5212