file-loader
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -6,3 +6,2 @@ /* | ||
var loaderUtils = require("loader-utils"); | ||
var path = require("path"); | ||
@@ -19,4 +18,4 @@ module.exports = function(content) { | ||
this.emitFile(url, content); | ||
return "module.exports = __webpack_public_path__ + " + JSON.stringify(url); | ||
return "module.exports = __webpack_public_path__ + " + JSON.stringify(url) + ";"; | ||
} | ||
module.exports.raw = true; | ||
module.exports.raw = true; |
{ | ||
"name": "file-loader", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "file 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
3667