summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2018-08-15 14:13:53 -0600
committermokha <mokha@cisco.com>2018-08-15 14:13:53 -0600
commit000c77a58e7ec6ed250afb2fd8d96f4d4fd74358 (patch)
treebc7d4e2c6defc7b8cde6e0e175f96c0b907c96b3 /package.json
parent32eab28eae97476b823e76f9afe6fac6b0d80d79 (diff)
add html-webpack-plugin to generate index page.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9292c63..e67bded 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
+ "html-webpack-plugin": "^3.2.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
}