Skip to content

Commit cf44f2d

Browse files
committed
Make webpack-cli optional peer
1 parent 3ff08d0 commit cf44f2d

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
@@ -117,6 +117,11 @@
117117
"webpack": "^4.0.0",
118118
"webpack-cli": "^3.0.0"
119119
},
120+
"peerDependenciesMeta": {
121+
"webpack-cli": {
122+
"optional": true
123+
}
124+
},
120125
"author": "Tobias Koppers @sokra",
121126
"bugs": "https://github.com/webpack/webpack-dev-server/issues",
122127
"homepage": "https://github.com/webpack/webpack-dev-server#readme",

0 commit comments

Comments
 (0)