Skip to content

Commit e816473

Browse files
committed
Update to webpack 3
Now that webpack 3 is out, I am bumping some versions in here so folks can update. I don't know if any other changes are required but I figured I'd get the ball rolling.
1 parent bbcdca7 commit e816473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Tobias Koppers @sokra",
55
"description": "Serves a webpack app. Updates the browser on changes.",
66
"peerDependencies": {
7-
"webpack": "^2.2.0"
7+
"webpack": "^2.2.0 || ^3.0.0"
88
},
99
"dependencies": {
1010
"ansi-html": "0.0.7",
@@ -47,7 +47,7 @@
4747
"style-loader": "~0.13.0",
4848
"supertest": "^2.0.1",
4949
"url-loader": "~0.5.6",
50-
"webpack": "^2.2.0",
50+
"webpack": "^3.0.0",
5151
"ws": "^1.1.1"
5252
},
5353
"license": "MIT",

0 commit comments

Comments
 (0)