diff --git a/config/webpack.production.config.js b/config/webpack.production.config.js index e84fcb5..f69a605 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'] },