vue-loader
Advanced tools
Comparing version 15.10.0-beta.2 to 15.10.0-beta.3
@@ -0,1 +1,11 @@ | ||
<a name="15.10.0-beta.3"></a> | ||
# [15.10.0-beta.3](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.2...v15.10.0-beta.3) (2022-06-16) | ||
### Bug Fixes | ||
* cache descriptor with correct resource path ([f6c83b5](https://github.com/vuejs/vue-loader/commit/f6c83b5)) | ||
<a name="15.10.0-beta.2"></a> | ||
@@ -2,0 +12,0 @@ # [15.10.0-beta.2](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.1...v15.10.0-beta.2) (2022-06-16) |
@@ -67,3 +67,3 @@ const path = require('path') | ||
// cache descriptor | ||
setDescriptor(filename, descriptor) | ||
setDescriptor(resourcePath, descriptor) | ||
@@ -70,0 +70,0 @@ // if the query has a type field, this is a language block request |
{ | ||
"name": "vue-loader", | ||
"version": "15.10.0-beta.2", | ||
"version": "15.10.0-beta.3", | ||
"description": "Vue single-file component loader for Webpack", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
508144