diff --git a/config/webpack.production.config.js b/config/webpack.production.config.js index f69a605..e84fcb5 100644 --- a/config/webpack.production.config.js +++ b/config/webpack.production.config.js @@ -18,6 +18,9 @@ module.exports = { filename: '[name].[contenthash].js', chunkFilename: '[contenthash].js' }, + optimization:{ + minimize: false, + }, resolve: { extensions: ['.js', '.jsx'] },