svg-sprite-loader
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -228,3 +228,3 @@ // eslint-disable-next-line import/no-extraneous-dependencies | ||
if (multiRule) { | ||
options = multiRule.map(normalizeRule).find(r => r.loader === loaderPath).options; | ||
options = multiRule.map(normalizeRule).find(r => loaderPath.includes(r.loader)).options; | ||
} else { | ||
@@ -231,0 +231,0 @@ options = normalizeRule(rule).options; |
{ | ||
"name": "svg-sprite-loader", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "SVG sprite loader for Webpack", | ||
@@ -46,4 +46,6 @@ "homepage": "https://github.com/kisenka/webpack-svg-sprite-loader#readme", | ||
"codecov": "2.1.0", | ||
"commitizen": "2.9.6", | ||
"coveralls": "2.13.0", | ||
"css-loader": "^0.28.0", | ||
"cz-conventional-changelog": "^2.0.0", | ||
"eslint": "^3.18.0", | ||
@@ -67,2 +69,3 @@ "eslint-config-airbnb-base": "^11.1.2", | ||
"shelljs": "0.7.7", | ||
"standard-version": "4.0.0", | ||
"svgo": "^0.7.2", | ||
@@ -73,2 +76,7 @@ "svgo-loader": "^1.2.1", | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -78,2 +86,3 @@ "bootstrap": "yarn && cd env/webpack-1 && yarn && cd ../webpack-2 && yarn", | ||
"build:runtime": "node scripts/build-runtime.js", | ||
"commit": "git-cz", | ||
"coverage": "istanbul cover --report html --report lcov _mocha test/*.test.js", | ||
@@ -80,0 +89,0 @@ "coverage-upload:codecov": "codecov --file coverage/lcov.info", |
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
884799
45
34