We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Svelte 5 is out, need to update @wxt-dev/module-svelte's peer dependencies to support v4 of the vite plugin.
@wxt-dev/module-svelte
Should also update the template to use svelte v5.
Tested in an example project, basic template works just fine with small changes.
wxt-svelte-5.zip
Alternatively, to upgrade to Svelte 5, you'll need to add an overrides to force the @svelte/vite-plugin-svelte version to v4.
@svelte/vite-plugin-svelte
The text was updated successfully, but these errors were encountered:
aklinker1
Successfully merging a pull request may close this issue.
Feature Request
Svelte 5 is out, need to update
@wxt-dev/module-svelte
's peer dependencies to support v4 of the vite plugin.Should also update the template to use svelte v5.
Tested in an example project, basic template works just fine with small changes.
wxt-svelte-5.zip
Alternatively, to upgrade to Svelte 5, you'll need to add an overrides to force the
@svelte/vite-plugin-svelte
version to v4.The text was updated successfully, but these errors were encountered: