File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.
12
12
To begin, you'll need to install ` css-cleanup-webpack-plugin ` :
13
13
14
14
``` console
15
- $ npm install css-cleanup-webpack-plugin --save-dev
15
+ $ npm install css-cleanup-webpack-plugin rm-unused-css --save-dev
16
16
```
17
17
18
18
Then add the plugin to your ` webpack ` config. For example:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-cleanup-webpack-plugin" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Remove unused css and duplicated css rules." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
29
29
"url" : " https://github.com/do-web/css-cleanup-webpack-plugin/issues"
30
30
},
31
31
"homepage" : " https://github.com/do-web/css-cleanup-webpack-plugin#readme" ,
32
- "dependencies" : {
33
- "rm-unused-css" : " ^1.1.4"
34
- },
35
32
"peerDependencies" : {
36
- "webpack" : " ^4.0.0"
33
+ "webpack" : " ^4.0.0" ,
34
+ "rm-unused-css" : " ^1.1.7"
37
35
}
38
36
}
You can’t perform that action at this time.
0 commit comments