From 20a6ec83f639177e0f7e10bb724ee0603c8330a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Wed, 29 Nov 2023 10:06:17 -0300 Subject: [PATCH] Add minimize --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index a7c8dda8..375c7a61 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -104,6 +104,7 @@ module.exports = (env, argv) => { extensions: [".js", ".jsx"], }, optimization: { + minimize: !isDev, splitChunks: { // include all types of chunks chunks: "all",