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.
1 parent 8f41224 commit 9050342Copy full SHA for 9050342
package.json
@@ -4,7 +4,7 @@
4
"author": "Tobias Koppers @sokra",
5
"description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory",
6
"peerDependencies": {
7
- "webpack": "1 || ^2.1.0-beta || ^2.2.0-rc.0"
+ "webpack": "1 || ^2.6.1"
8
},
9
"dependencies": {
10
"memory-fs": "~0.4.1",
@@ -23,7 +23,7 @@
23
"should": "^11.1.0",
24
"sinon": "^1.17.5",
25
"supertest": "^2.0.0",
26
- "webpack": "^2.2.0"
+ "webpack": "^2.6.1"
27
28
"license": "MIT",
29
"engines": {
0 commit comments