Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 6696955

Browse files
committed
Add install command for webpack 4
1 parent 6332a24 commit 6696955

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
## Install
1616

1717
```sh
18+
# webpack 3
1819
npm i purgecss-webpack-plugin -D
20+
21+
# webpack 4
22+
npm i purgecss-webpack-plugin@next -D
1923
```
2024

2125
## Usage

0 commit comments

Comments
 (0)