diff --git a/.eslintrc.es5.json b/.eslintrc.es5.json index 39ca2fb3d..2c9f0ab44 100644 --- a/.eslintrc.es5.json +++ b/.eslintrc.es5.json @@ -50,6 +50,7 @@ "no-fallthrough": 0, "no-implicit-coercion": 0, "no-catch-shadow": 0, - "max-statements-per-line": 0 + "max-statements-per-line": 0, + "no-bitwise": 0 } } diff --git a/package.json b/package.json index 11aee8ce6..7d7f1742a 100644 --- a/package.json +++ b/package.json @@ -46,13 +46,13 @@ "wdio-mocha-framework": "0.6.3", "wdio-spec-reporter": "0.1.5", "webdriverio": "4.14.1", - "webpack": "4.1.1", - "webpack-cli": "2.0.12" + "webpack": "4.27.1", + "webpack-cli": "3.1.2" }, "bundlesize": [ { "path": "resources/dist/index.js", - "maxSize": "12.1KB" + "maxSize": "12.2KB" } ] } diff --git a/resources/dist/index.js b/resources/dist/index.js index 62eca8836..348ff570d 100644 Binary files a/resources/dist/index.js and b/resources/dist/index.js differ diff --git a/resources/dist/index.js.json b/resources/dist/index.js.json index 6378227e5..3e2319b9c 100644 Binary files a/resources/dist/index.js.json and b/resources/dist/index.js.json differ