Skip to content

Commit

Permalink
⬆️ Upgrade to Vite 6
Browse files Browse the repository at this point in the history
Released a couple of weeks ago :)

This currently requires us to force storybook vite builder to
resolve esbuild to 0.24.0, despite vite 6.0.5 pinning this
dependency. See storybookjs/storybook#30115
  • Loading branch information
sergei-maertens committed Dec 21, 2024
1 parent 2973318 commit d5c38bb
Show file tree
Hide file tree
Showing 3 changed files with 1,782 additions and 640 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {StorybookConfig} from '@storybook/react-vite';
import type {StorybookConfig} from '@storybook/react-vite';

// https://github.com/storybookjs/storybook/issues/26291 vite-plugin-istanbul is
// still causing CommonJS warnings, which is because of @storybook/addon-coverage,
Expand Down
Loading

0 comments on commit d5c38bb

Please sign in to comment.