Skip to content

Storybook 7.0 and SvelteKit monorepos #20490

Answered by JReinhold
BeeMargarida asked this question in Help
Discussion options

You must be logged in to vote

Hi! Thanks for the question, and thanks for SvelteUI, you and the team are doing awesome work on that! As a way to QA 7.0 I actually planned to migrate SvelteUI to Storybook 7.0 to see where the rough edges were, but you beat me to it!

I've played around a little with your branch, there's multiple issues going on.

  1. @storybook/builder-vite doesn't support supplying a custom path to the Vite config, which is what you want here, because it's not in the root but rather in the core package.
    • @IanVS I think we should support this, shouldn't we? I'm thinking a property in main.js that's a relative path to the main.js file?
  2. SvelteKit doesn't support supplying a custom path to svelte.config.js w…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@IanVS
Comment options

@BeeMargarida
Comment options

@BeeMargarida
Comment options

Answer selected by JReinhold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment