url-loader
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,5 +6,5 @@ /* | ||
module.exports = function(minetype, postfix, prefix) { | ||
this.cacheable && this.cacheable(); | ||
var fileLoader = require("file-loader")(postfix, prefix); | ||
return function(content) { | ||
this.cacheable && this.cacheable(); | ||
var limit = (this.options && this.options.url && this.options.url.dataUrlLimit) || 0; | ||
@@ -11,0 +11,0 @@ var buf; |
{ | ||
"name": "url-loader", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "url 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
3288