Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 57c3ed9

Browse files
add html-webpack-plugin & webpack-dev-server, webpack
add html-webpack-plugin and webpack-dev-server, update webpack version from 1.15 to 3.10
1 parent 4ff62c8 commit 57c3ed9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"estraverse": "4.1.0",
2121
"eslint": "1.10.3",
2222
"eslint-plugin-react": "3.16.1",
23+
"html-webpack-plugin": "2.30.1",
2324
"jquery": "2.2.4",
2425
"karma": "0.13.22",
2526
"karma-chai": "0.1.0",
@@ -39,7 +40,10 @@
3940
"redux-logger": "2.10.2",
4041
"sinon": "1.17.7",
4142
"sinon-chai": "2.12.0",
42-
"webpack": "1.15.0"
43+
"webpack": "3.10.0",
44+
"webpack-dev-server": "2.9.1",
45+
"webpack-hot-middleware": "2.21.0",
46+
"webpack-merge": "4.1.1"
4347
},
4448
"dependencies": {
4549
"angucomplete-alt": "2.5.0",
@@ -64,7 +68,6 @@
6468
"auth0-js": "6.8.4",
6569
"d3": "3.5.17",
6670
"font-awesome": "4.7.0",
67-
"html-webpack-plugin": "2.30.1",
6871
"intro.js": "1.1.1",
6972
"jstimezonedetect": "1.0.6",
7073
"lodash": "4.17.4",

0 commit comments

Comments
 (0)