From 13942af41c3a51e6e83c2876d333a8baf353c8eb Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Sun, 19 Jul 2020 14:11:45 +0200 Subject: [PATCH] Temporarily disable code minimizing --- frontend/webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 343f0c0..bda4e9e 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -20,9 +20,9 @@ module.exports = { }, optimization: { minimizer: [ - new TerserJSPlugin({ + /*new TerserJSPlugin({ sourceMap: !isProduction, - }), + }),*/ new OptimizeCSSAssetsPlugin({}), ], },