Skip to content

Commit 002c887

Browse files
authored
Merge pull request #409 from simon04/patch-1
README: add install instructions for webpack 2
2 parents e831507 + 52950f3 commit 002c887

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
<h2 align="center">Install</h2>
1919

2020
```bash
21+
# for webpack 1
2122
npm install --save-dev extract-text-webpack-plugin
23+
# for webpack 2
24+
npm install --save-dev extract-text-webpack-plugin@beta
2225
```
2326

2427
<h2 align="center">Usage</h2>

0 commit comments

Comments
 (0)