From 1da74bcfb537cb53703970c4efd79d6471833f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 29 Apr 2019 14:23:22 +0200 Subject: [PATCH] Rollback webpack-cli to version 3.3.0 To fix monday issue See: https://github.com/webpack/webpack-cli/issues/870 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dcf6c1e223c..cb3e531812f2 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "typedoc": "0.14.2", "typescript": "3.1.6", "webpack": "4.30.0", - "webpack-cli": "3.3.1", + "webpack-cli": "3.3.0", "webpack-dev-server": "3.3.1", "webpack-merge": "4.2.1" },