File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module.exports = function(content) {
24
24
if ( imp . media . length > 0 ) {
25
25
result . push ( JSON . stringify ( "@media " + imp . media . join ( "" ) + "{" ) ) ;
26
26
}
27
- result . push ( "require(" + JSON . stringify ( __filename + "!" + urlToRequire ( imp . url ) ) + ")" ) ;
27
+ result . push ( "require(" + JSON . stringify ( "!" + __filename + "!" + urlToRequire ( imp . url ) ) + ")" ) ;
28
28
if ( imp . media . length > 0 ) {
29
29
result . push ( JSON . stringify ( "}" ) ) ;
30
30
}
@@ -116,4 +116,4 @@ function annotateUrls(tree) {
116
116
}
117
117
}
118
118
}
119
- module . exports . seperableIfResolve = true ;
119
+ module . exports . seperableIfResolve = true ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-loader" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"author" : " Tobias Koppers @sokra" ,
5
5
"description" : " css loader module for webpack" ,
6
6
"dependencies" : {
17
17
"type" : " MIT" ,
18
18
"url" : " http://www.opensource.org/licenses/mit-license.php"
19
19
}
20
- ],
21
- "license" : " MIT"
20
+ ]
22
21
}
You can’t perform that action at this time.
0 commit comments