File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 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+
36## installation
47
58` npm install css-loader --save-dev `
Original file line number Diff line number Diff line change 11{
2- "name" : " css-loader" ,
2+ "name" : " css-fast- loader" ,
33 "version" : " 0.14.5" ,
44 "author" : " Tobias Koppers @sokra" ,
5- "description" : " css loader module for webpack" ,
5+ "description" : " fast css loader module for webpack" ,
66 "dependencies" : {
77 "clean-css" : " ^3.1.9" ,
88 "fastparse" : " ^1.1.1" ,
2424 },
2525 "repository" : {
2626 "type" : " git" ,
27- "url" : " git@github.com:webpack /css-loader.git"
27+ "url" : " git@github.com:christianvuerings /css-fast -loader.git"
2828 },
2929 "license" : " MIT"
3030}
You can’t perform that action at this time.
0 commit comments