From 3ff08d08bd64a67c5c85daad7eaf9676fc000d34 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sat, 10 Aug 2019 12:26:43 +0200 Subject: [PATCH] chore(deps): add webpack-cli to peers --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 17c25fd365..993e939c50 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,8 @@ "webpack-cli": "^3.3.6" }, "peerDependencies": { - "webpack": "^4.0.0" + "webpack": "^4.0.0", + "webpack-cli": "^3.0.0" }, "author": "Tobias Koppers @sokra", "bugs": "https://github.com/webpack/webpack-dev-server/issues",