Skip to content

Commit

Permalink
fix: exclude storybook addons from vite dep optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed May 15, 2024
1 parent b97f16f commit d8a3479
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ const config: StorybookConfig = {
},
},
},
optimizeDeps: {
exclude: [
"@storybook/blocks",
"@storybook/theming",
"@storybook/components",
],
},
});
},
};
Expand Down

0 comments on commit d8a3479

Please sign in to comment.