From 55921fa6d84f4d0dc9f0ce2991897ba784fb946e Mon Sep 17 00:00:00 2001 From: Victor Trinh Date: Tue, 19 Nov 2024 14:47:12 -0500 Subject: [PATCH] Try --- .storybook/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/.storybook/main.ts b/.storybook/main.ts index 23ec20150..87d30c3f2 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -94,7 +94,6 @@ const storybookConfig: StorybookConfig = { * Minimize the bundle size to prevent Netlify from hanging at the "Sealing asset processing TerserPlugin" step. */ config.optimization = { - ...config.optimization, minimize: false };