From 52950f3071ec0fd9329d402ad29ac9b32c0a7d04 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 16 Feb 2017 12:26:25 +0100 Subject: [PATCH] README: add install instructions for webpack 2 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 574218e0..b5fb115b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@

Install

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

Usage