Skip to content

Commit

Permalink
I guess it wasn't useless
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 committed Nov 19, 2024
1 parent d823df0 commit 04a473c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,18 @@ const storybookConfig: StorybookConfig = {

config.optimization = {
...config.optimization,
minimize: false
minimize: false,
splitChunks: {
minSize: 10000,
maxSize: 250000
}
};

config.performance = {
...config.performance,
hints: false,
maxEntrypointSize: 512000,
maxAssetSize: 512000
};

config.plugins = [
Expand Down

0 comments on commit 04a473c

Please sign in to comment.