Skip to content

Commit 52950f3

Browse files
authored
README: add install instructions for webpack 2
1 parent e831507 commit 52950f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
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)