less-loader
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -17,2 +17,3 @@ /* | ||
var resolve = cb ? options.resolve : options.resolve.sync; | ||
var errored = false; | ||
less.Parser.importer = function (file, paths, callback, env) { | ||
@@ -24,3 +25,5 @@ var context = path.dirname(env._parentFilename || env.filename); | ||
if(err) { | ||
options.callback(err); | ||
if(!errored) | ||
options.callback(err); | ||
errored = true; | ||
return; | ||
@@ -27,0 +30,0 @@ } |
{ | ||
"name": "less-loader", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "less loader module for webpack", |
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
3012
85