From 9c863f309fb9663f90c1dcfb4e085b4877c8e232 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 21 Aug 2021 05:49:01 +1000 Subject: [PATCH] Fixed webpack config --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'