loader-runner
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -217,3 +217,3 @@ /* | ||
var loaders = options.loaders || []; | ||
var providedContext = options.context || {}; | ||
var loaderContext = options.context || {}; | ||
var readResource = options.readResource || readFile; | ||
@@ -235,3 +235,2 @@ | ||
var loaderContext = Object.create(providedContext); | ||
loaderContext.context = contextDirectory; | ||
@@ -238,0 +237,0 @@ loaderContext.loaderIndex = 0; |
@@ -0,0 +0,0 @@ module.exports = function loadLoader(loader, callback) { |
{ | ||
"name": "loader-runner", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Runs (webpack) loaders", | ||
@@ -5,0 +5,0 @@ "main": "lib/LoaderRunner.js", |
@@ -0,0 +0,0 @@ var should = require("should"); |
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
26065
691