broccoli-webpack-cached
Advanced tools
Comparing version 0.3.1-beta3 to 0.3.1-beta4
@@ -47,3 +47,3 @@ 'use strict'; | ||
if (typeof this.options === 'function') { | ||
this.options = this.options(); | ||
this.options = this.options(this.inputPaths[0]); | ||
} | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "broccoli-webpack-cached", | ||
"version": "0.3.1-beta3", | ||
"version": "0.3.1-beta4", | ||
"description": "Yet another webpack plugin for Broccoli. This one relies on webpack's caching for speed, but does it in a way that works well as a broccoli plugin (symlinking from the webpack cache to the output folder as needed).", | ||
@@ -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
59437