-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Support for Svelte 5 #220
Comments
@dshook could you share a sample web app using Svelte 5 so I can take a look? not a Svelte dev myself |
You should be able to find plenty of other examples online, but for extension-js you can just mount one in a content script:
Where Test.svelte is something like
|
https://github.com/NekitCorp/chrome-extension-svelte-typescript-boilerplate is good Svelte boilerplate, just not cross-browser. The emitted |
working on it |
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: