Skip to content

Commit 3df531d

Browse files
committed
fixed for file loader
1 parent 1a27c68 commit 3df531d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function(content) {
99
typeof this.options.css.requireUrl === "string";
1010
var requireUrl = this && this.options && this.options.css &&
1111
this.options.css.requireUrl ||
12-
"file/auto!";
12+
"file!";
1313
var result = [];
1414
var tree = csso.parse(content, "stylesheet");
1515
if(this && this.minimize)

0 commit comments

Comments
 (0)