From 4f53afe92ed281df38921afb5442558a17afc9de Mon Sep 17 00:00:00 2001 From: geekyd Date: Sat, 7 Oct 2017 07:20:07 +0530 Subject: [PATCH] Increases max_line_len in uglifyjs --- webpack.production.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webpack.production.js b/webpack.production.js index 7b42843..a79643b 100644 --- a/webpack.production.js +++ b/webpack.production.js @@ -17,6 +17,9 @@ module.exports = [Object.assign({}, baseConfig, { compress: { warnings: false }, + output: { + max_line_len: 1000000 + }, mangle: false, sourceMap: false }