css-loader
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -36,2 +36,3 @@ /* | ||
var match = /^%CSSURL\[%(.*?)%\]CSSURL%$/.exec(str); | ||
if(/^data:|^https?:\/\//.test(match[1])) return match[1]; | ||
var idx = match[1].indexOf("?"); | ||
@@ -38,0 +39,0 @@ if(idx < 0) idx = match[1].indexOf("#"); |
{ | ||
"name": "css-loader", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "css loader module for webpack", |
@@ -16,2 +16,6 @@ # css loader for webpack | ||
To be combatible to existing css files: | ||
* `url(image.png)` => `require("./image.png")` | ||
* `url(~module/image.png)` => `require("module/image.png")` | ||
### Example config | ||
@@ -18,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
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
5725
128
39