Add html-webpack-plugin dependency

This is needed for generating the main index file to the dist/ directory during
build time.

https://github.com/jantimon/html-webpack-plugin

License: MIT

Partial-bug: 1661261
Change-Id: Ie37ee221d846cf84b69ad7b74563b168b25a53f4
This commit is contained in:
Honza Pokorny 2017-02-02 10:05:12 -04:00
parent 92a5979286
commit 319776bbba
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
"eslint": "2.10.2",
"eslint-plugin-react": "5.1.1",
"file-loader": "~0.9.0",
"html-webpack-plugin": "^2.28.0",
"jasmine": "~2.4.1",
"jasmine-immutable-matchers": "~1.0.1",
"json-loader": "^0.5.4",