From 4c465b2542a017e365076149dc56855ee67eb858 Mon Sep 17 00:00:00 2001 From: Rohit Kaushal Date: Fri, 24 Mar 2023 20:58:14 +0530 Subject: [PATCH] disabled minifying the build output --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index faf4ac7d..1f02f126 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,6 +59,7 @@ module.exports = { splitChunks: { chunks: "all", }, + minimize: false, }, externals: { // Don't bundle react or react-dom