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 84cb481 commit 8a112ffCopy full SHA for 8a112ff
1 file changed
package.json
@@ -114,7 +114,13 @@
114
"webpack-cli": "^3.3.6"
115
},
116
"peerDependencies": {
117
- "webpack": "^4.0.0"
+ "webpack": "^4.0.0",
118
+ "webpack-cli": "^3.0.0"
119
+ },
120
+ "peerDependenciesMeta": {
121
+ "webpack-cli": {
122
+ "optional": true
123
+ }
124
125
"author": "Tobias Koppers @sokra",
126
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
0 commit comments