Add 2.0 installation instructions to readme
This commit is contained in:
parent
f68b6e3783
commit
ba2a590ae4
|
|
@ -14,6 +14,12 @@ Install the plugin with npm:
|
|||
$ npm install html-webpack-plugin --save-dev
|
||||
```
|
||||
|
||||
There is also a [2.0 beta branch](https://github.com/ampedandwired/html-webpack-plugin/tree/feature/loaders) which allows using loaders for templates.
|
||||
For further information on the 2.0 see its [pull-request](https://github.com/ampedandwired/html-webpack-plugin/pull/41)
|
||||
```shell
|
||||
$ npm install html-webpack-plugin@2 --save-dev
|
||||
```
|
||||
|
||||
|
||||
Basic Usage
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Reference in New Issue