Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] improve split between Vite plugins #8055

Merged
merged 7 commits into from Dec 10, 2022
Merged

[fix] improve split between Vite plugins #8055

merged 7 commits into from Dec 10, 2022

Conversation

benmccann
Copy link
Member

Splitting the Vite plugin helped Storybook in dev mode. However, it's still broken in production mode because we set the input and output overriding Storybook's config. This PR moves that so that setting those properties only occurs in the "build" plugin and not the "setup" plugin

@changeset-bot
Copy link

changeset-bot bot commented Dec 10, 2022

🦋 Changeset detected

Latest commit: 6a1e543

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sveltejs/kit 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

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants