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
Hi there, thanks for the project!
The big new version of Svelte came out a few weeks ago and was wondering if there's plans to upgrade to support it.
Looks like svelte-preprocess will need to be upgraded.
I was able to get it working by adding the resolution in package.json
"resolutions": { "svelte-preprocess": "6.0.3" }
And updating the scripts.ts in the svelte example to use the new mount syntax.
scripts.ts
The text was updated successfully, but these errors were encountered:
hey @dshook, totally want this.
cc @akadotsh - interested to take this one?
Sorry, something went wrong.
No branches or pull requests
Hi there, thanks for the project!
The big new version of Svelte came out a few weeks ago and was wondering if there's plans to upgrade to support it.
Looks like svelte-preprocess will need to be upgraded.
I was able to get it working by adding the resolution in package.json
And updating the
scripts.ts
in the svelte example to use the new mount syntax.The text was updated successfully, but these errors were encountered: