Comparing version 0.7.3 to 0.7.4
@@ -412,3 +412,3 @@ /* | ||
preLoaders, loaders, postLoaders, | ||
filename, opt, function(err, source, deps, cacheInfo, profileBuild) { | ||
filename, opt, function(err, extraResults, source, deps) { | ||
if(err) err = { | ||
@@ -422,3 +422,3 @@ message: err.message, | ||
} | ||
callback(err, source, deps, cacheInfo, profileBuild); | ||
callback(err, extraResults, source, deps); | ||
}); | ||
@@ -447,3 +447,2 @@ } | ||
var args = Array.prototype.slice.call(arguments, 0); | ||
var workers = args[0]; | ||
args.unshift("resolve.loaders"); | ||
@@ -462,3 +461,3 @@ var callback = args.pop(); | ||
}); | ||
workers.run.apply(workers, args); | ||
options.workers.run.apply(workers, args); | ||
} | ||
@@ -465,0 +464,0 @@ } |
{ | ||
"name": "webpack", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "Packs CommonJs/AMD Modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loading of js, json, jade, coffee, css, ... out of the box and more with custom loaders.", |
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
373831
9157