fluent-blocks
fluent-blocks copied to clipboard
Use Vite
This PR configures Storybook to use the Vite builder.
Caveats
- Some dev dependencies that are implicit can’t be found by Vite, so they're hoisted directly to
devDependencies
along withiterall
(which pnpm recommends as an alternative to having to--shamefully-hoist
) to fix Storybook’s build.
🦋 Changeset detected
Latest commit: 911ffff801c5124d11305c80230f6c6c02e578fe
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
Name | Type |
---|---|
@fluent-blocks/react | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Vite is causing many Playwright tests to take longer than 5s. Working with the community on Discord to resolve. Till then, putting this in draft state.