-
Notifications
You must be signed in to change notification settings - Fork 70
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
[Feature] Support dev
mode for official vite/svelte template
#3
Comments
dev
mode for official Svelte templatedev
mode for official vite/svelte template
Hi @fchpr, thank for your feedback. I am not familiar with svelte, and more important I am focusing on tracking assets dependences(which discuss a lot in rollup/rollup#2872). |
@fchpr, I am looking into using this plugin with vite/svelte. I add an svelte example by using svelte in options page and popup page. It works well with command |
Heyo! Sorry for not being able to answer... Your example seems pretty neat. The issue is that by default Storybook is a great tool, indeed, but it may not apply to every case. I mean for small projects may be overkill... Anyways, I will try to post any update here when I have time to look at the |
Yes, it's. Let's follow the feature there. Thanks! Cheers, |
Currently if, for example, one fuses the official vite template for svelte:
https://github.com/vitejs/vite/tree/main/packages/create-app/template-svelte-ts
When then applying this extension and running
dev
mode, it throws:Otherwise it compiles properly. Another thing to review should be merging the tsconfig.json from that same template.
Thank you a lot for such amazing project!
Cheers,
The text was updated successfully, but these errors were encountered: