fast-sass-loader
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -93,2 +93,6 @@ 'use strict' | ||
markInvalid () { | ||
delete CACHE_STORE[this.entry] | ||
} | ||
write(dependencies, result) { | ||
@@ -95,0 +99,0 @@ let cache = CACHE_STORE[this.entry] |
@@ -243,2 +243,5 @@ 'use strict' | ||
err.file && ctx.dependency(err.file) | ||
cache.markInvalid() | ||
throw err | ||
@@ -245,0 +248,0 @@ } |
{ | ||
"name": "fast-sass-loader", | ||
"description": "fast sass loader for webpack", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
74896
500