Skip to content

Commit

Permalink
chore: fix Storybook optimize deps console errors (#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz authored Mar 6, 2025
1 parent 0a4d5c7 commit 2ebfaff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export default defineConfig({
},
// Temporary "fix" https://github.com/storybookjs/storybook/issues/28542
optimizeDeps: {
exclude: [
'./apps/storybook/node_modules/.cache/storybook',
'./apps/storybook/docs-components',
],
exclude: ['./node_modules/.cache/storybook'],
},
});

0 comments on commit 2ebfaff

Please sign in to comment.