Skip to content

Commit aa365df

Browse files
arcanisevilebottnawi
authored andcommittedJan 28, 2020
fix: add an optional peer dependency on webpack-cli (#2396)
1 parent f9937f5 commit aa365df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎package.json

+5
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
"peerDependencies": {
117117
"webpack": "^4.0.0 || ^5.0.0"
118118
},
119+
"peerDependenciesMeta": {
120+
"webpack-cli": {
121+
"optional": true
122+
}
123+
},
119124
"author": "Tobias Koppers @sokra",
120125
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
121126
"homepage": "https://github.com/webpack/webpack-dev-server#readme",

0 commit comments

Comments
 (0)
Please sign in to comment.