File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- # css loader for webpack
2
-
1
+ # fast css loader for webpack
2
+
3
+ This is a fork of the [ 0.14.5 version] ( https://github.com/webpack-contrib/css-loader/tree/v0.14.5 ) of ` css-loader ` .
4
+ We have this fork because [ 0.15.0+ makes webpack slow] ( https://github.com/webpack-contrib/css-loader/issues/124 )
5
+
3
6
## installation
4
7
5
8
` npm install css-loader --save-dev `
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " css-loader" ,
2
+ "name" : " css-fast- loader" ,
3
3
"version" : " 0.14.5" ,
4
4
"author" : " Tobias Koppers @sokra" ,
5
- "description" : " css loader module for webpack" ,
5
+ "description" : " fast css loader module for webpack" ,
6
6
"dependencies" : {
7
7
"clean-css" : " ^3.1.9" ,
8
8
"fastparse" : " ^1.1.1" ,
24
24
},
25
25
"repository" : {
26
26
"type" : " git" ,
27
- "url" : " git@github.com:webpack /css-loader.git"
27
+ "url" : " git@github.com:christianvuerings /css-fast -loader.git"
28
28
},
29
29
"license" : " MIT"
30
30
}
You can’t perform that action at this time.
0 commit comments