Skip to content

Commit

Permalink
Remove chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 committed Nov 21, 2024
1 parent 8d918e3 commit df42ccb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ const storybookConfig: StorybookConfig = {
]
};

config.output = {
...config.output,
chunkFormat: false
};

config.devtool = false;

/**
Expand Down

0 comments on commit df42ccb

Please sign in to comment.