svg-sprite-loader
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -50,3 +50,3 @@ var path = require('path'); | ||
return [ | ||
config.angularBaseWorkaround ? 'require("' + path.resolve(__dirname, 'lib/web/angular-base-workaround') + '");' : '', | ||
config.angularBaseWorkaround ? 'require("' + path.resolve(__dirname, 'lib/web/angular-base-workaround').replace(/\\/g, "/") + '");' : '', | ||
'var sprite = require("' + config.spriteModule.replace(/\\/g, "/") + '");', | ||
@@ -53,0 +53,0 @@ 'var image = ' + JSON.stringify(content), |
{ | ||
"name": "svg-sprite-loader", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "SVG sprite webpack loader", | ||
@@ -5,0 +5,0 @@ "main": "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
19274