val-loader
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -5,3 +5,7 @@ /* | ||
*/ | ||
var loaderUtils = require("loader-utils"); | ||
module.exports = function() { | ||
var query = loaderUtils.parseQuery(this.query); | ||
if(query.cacheable && this.cacheable) | ||
this.cacheable(); | ||
if(this.inputValues) { | ||
@@ -8,0 +12,0 @@ var arr = Array.prototype.slice.call(this.inputValues, 0); |
{ | ||
"name": "val-loader", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"author": "Tobias Koppers @sokra", | ||
"description": "val loader module for webpack", | ||
"dependencies": { | ||
"loader-utils": "0.1.x" | ||
}, | ||
"licenses": [ | ||
@@ -7,0 +10,0 @@ { |
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
1810
1
5
28
+ Addedloader-utils@0.1.x
+ Addedjson5@0.1.0(transitive)
+ Addedloader-utils@0.1.2(transitive)