svg-sprite-loader
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="6.0.7"></a> | ||
## [6.0.7](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.6...v6.0.7) (2021-05-28) | ||
### Bug Fixes | ||
* **utils:** Account for rule property "generator" ([#454](https://github.com/JetBrains/svg-sprite-loader/issues/454)) ([9fc86f1](https://github.com/JetBrains/svg-sprite-loader/commit/9fc86f1)), closes [#428](https://github.com/JetBrains/svg-sprite-loader/issues/428) [vuejs/vue-loader#1753](https://github.com/vuejs/vue-loader/issues/1753) | ||
<a name="6.0.6"></a> | ||
@@ -7,0 +17,0 @@ ## [6.0.6](https://github.com/JetBrains/svg-sprite-loader/compare/v6.0.5...v6.0.6) (2021-04-23) |
@@ -25,2 +25,3 @@ /* eslint-disable import/no-extraneous-dependencies */ | ||
new BasicEffectRulePlugin('resolve'), | ||
new BasicEffectRulePlugin('generator'), | ||
new DescriptionDataMatcherRulePlugin(), | ||
@@ -27,0 +28,0 @@ new UseEffectRulePlugin() |
{ | ||
"name": "svg-sprite-loader", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"description": "Webpack loader for creating SVG sprites", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
1340115
28563