diff --git a/webpack.config.js b/webpack.config.js index 37dffa4..78f1060 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -77,8 +77,7 @@ module.exports = ({ production, analyzer }) => { filename: "[path][base].gz[query]", algorithm: "gzip", test: /\.js$|\.css$/, - minRatio: 0.8, - deleteOriginalAssets: true + minRatio: 0.8 }), new BundleAnalyzerPlugin({ analyzerMode: analyzer ? 'server' : 'disabled'