vue-loader
Advanced tools
Comparing version 16.1.2 to 16.2.0
@@ -0,1 +1,10 @@ | ||
# [16.2.0](https://github.com/vuejs/vue-loader/compare/v16.1.2...v16.2.0) (2021-03-26) | ||
### Features | ||
* enable :slotted usage detection ([66a3759](https://github.com/vuejs/vue-loader/commit/66a3759c052fa75485243d91c22243ee35610089)) | ||
## [16.1.2](https://github.com/vuejs/vue-loader/compare/v16.1.1...v16.1.2) (2020-12-17) | ||
@@ -10,2 +19,11 @@ | ||
## [16.1.2](https://github.com/vuejs/vue-loader/compare/v16.1.1...v16.1.2) (2020-12-17) | ||
### Bug Fixes | ||
* resourceQuery could be undefined in webpack 5 ([6a1ee76](https://github.com/vuejs/vue-loader/commit/6a1ee76aa6a876155e2cd7fb1f133553a9c38706)), closes [#1771](https://github.com/vuejs/vue-loader/issues/1771) | ||
## [16.1.1](https://github.com/vuejs/vue-loader/compare/v16.1.0...v16.1.1) (2020-12-04) | ||
@@ -12,0 +30,0 @@ |
@@ -39,2 +39,4 @@ "use strict"; | ||
id: scopeId, | ||
scoped: !!query.scoped, | ||
slotted: descriptor.slotted, | ||
isProd, | ||
@@ -41,0 +43,0 @@ ssr: isServer, |
{ | ||
"name": "vue-loader", | ||
"version": "16.1.2", | ||
"version": "16.2.0", | ||
"license": "MIT", | ||
@@ -50,3 +50,3 @@ "author": "Evan You", | ||
"@types/webpack-merge": "^4.1.5", | ||
"@vue/compiler-sfc": "^3.0.3", | ||
"@vue/compiler-sfc": "^3.0.8", | ||
"babel-loader": "^8.1.0", | ||
@@ -79,3 +79,3 @@ "cache-loader": "^4.1.0", | ||
"url-loader": "^4.1.0", | ||
"vue": "^3.0.3", | ||
"vue": "^3.0.8", | ||
"webpack": "^4.41.2", | ||
@@ -82,0 +82,0 @@ "webpack-cli": "^3.3.10", |
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
63275
1044