stylus-loader
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -151,3 +151,5 @@ var loaderUtils = require('loader-utils'); | ||
} else { | ||
styl.sourcemap.sourcesContent = [source]; | ||
if (styl.sourcemap) { | ||
styl.sourcemap.sourcesContent = [source]; | ||
} | ||
done(null, css, styl.sourcemap); | ||
@@ -154,0 +156,0 @@ } |
{ | ||
"name": "stylus-loader", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Stylus loader for webpack", | ||
@@ -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
29808
662