From 98a0bef30965f421fa0598a97c7edcd2cb47708a Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Tue, 1 Feb 2022 14:24:13 -0500 Subject: [PATCH] remove minimize: true from webpack config --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 6c704ad51..bb2678140 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -143,13 +143,11 @@ module.exports = { } } }, - minimize: true, minimizer: [ new TerserPlugin({ parallel: 4 }) ] - }, plugins: [ new MiniCssExtractPlugin(),