Skip to content

Commit 461d539

Browse files
Fork CSS loader
1 parent 51e11f3 commit 461d539

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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`

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",
@@ -24,7 +24,7 @@
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
}

0 commit comments

Comments
 (0)