Skip to content

Commit

Permalink
Remove hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 committed Nov 19, 2024
1 parent 55809a6 commit 5ed1ff0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};
Expand Down

0 comments on commit 5ed1ff0

Please sign in to comment.