From 6e0432ff5e98857593d64c6b563861dac267787f Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 13 Oct 2019 11:43:23 +0100 Subject: [PATCH] Added back in minifcation. --- config/webpack.production.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/webpack.production.config.js b/config/webpack.production.config.js index e84fcb59..f69a605e 100644 --- a/config/webpack.production.config.js +++ b/config/webpack.production.config.js @@ -18,9 +18,6 @@ module.exports = { filename: '[name].[contenthash].js', chunkFilename: '[contenthash].js' }, - optimization:{ - minimize: false, - }, resolve: { extensions: ['.js', '.jsx'] },