From 5e6d7cee309be49f5b372c4c8f60f214af550881 Mon Sep 17 00:00:00 2001 From: Luke Camilleri Date: Sun, 21 Oct 2018 13:18:25 +0200 Subject: [PATCH] chore(package-json): Update webpack-cli to the latest version This will fix the error during the build stage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5e5189..60088bb 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "uglifyjs-webpack-plugin": "^1.2.5", "webextension-polyfill": "^0.2.1", "webpack": "^4.7.0", - "webpack-cli": "^2.1.2", + "webpack-cli": "^3.1.2", "xo": "*" }, "xo": {