diff --git a/.storybook/main.ts b/.storybook/main.ts index 9b9c7716f..63d126095 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -87,17 +87,6 @@ const storybookConfig: StorybookConfig = { ] }; - config.devtool = false; - - /** - * This block of code addresses build process issues. - * - * Minimize the bundle size to prevent Netlify from hanging at the "Sealing asset processing TerserPlugin" step. - */ - config.optimization = { - minimize: false - }; - return config; } };