We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbcdca7 + 8978059 commit 047a595Copy full SHA for 047a595
package.json
@@ -4,7 +4,7 @@
4
"author": "Tobias Koppers @sokra",
5
"description": "Serves a webpack app. Updates the browser on changes.",
6
"peerDependencies": {
7
- "webpack": "^2.2.0"
+ "webpack": "^2.2.0 || ^3.0.0"
8
},
9
"dependencies": {
10
"ansi-html": "0.0.7",
@@ -26,7 +26,7 @@
26
"spdy": "^3.4.1",
27
"strip-ansi": "^3.0.0",
28
"supports-color": "^3.1.1",
29
- "webpack-dev-middleware": "^1.10.2",
+ "webpack-dev-middleware": "^1.11.0",
30
"yargs": "^6.0.0"
31
32
"devDependencies": {
@@ -47,7 +47,7 @@
47
"style-loader": "~0.13.0",
48
"supertest": "^2.0.1",
49
"url-loader": "~0.5.6",
50
- "webpack": "^2.2.0",
+ "webpack": "^3.0.0",
51
"ws": "^1.1.1"
52
53
"license": "MIT",
0 commit comments