Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
README: add install instructions for webpack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 authored Feb 16, 2017
1 parent e831507 commit 52950f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
<h2 align="center">Install</h2>

```bash
# for webpack 1
npm install --save-dev extract-text-webpack-plugin
# for webpack 2
npm install --save-dev extract-text-webpack-plugin@beta
```

<h2 align="center">Usage</h2>
Expand Down

0 comments on commit 52950f3

Please sign in to comment.