Skip to content

Commit 8a112ff

Browse files
committed
chore(deps): add webpack-cli to peers
Make webpack-cli optional peer
1 parent 84cb481 commit 8a112ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,13 @@
114114
"webpack-cli": "^3.3.6"
115115
},
116116
"peerDependencies": {
117-
"webpack": "^4.0.0"
117+
"webpack": "^4.0.0",
118+
"webpack-cli": "^3.0.0"
119+
},
120+
"peerDependenciesMeta": {
121+
"webpack-cli": {
122+
"optional": true
123+
}
118124
},
119125
"author": "Tobias Koppers @sokra",
120126
"bugs": "https://github.com./webpack/webpack-dev-server/issues",

0 commit comments

Comments
 (0)