-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
feat: use rollup web worker for Svelte tutorial #207
Conversation
…st usage locations untouched deliberately (they can be adjusted later on)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This is basically done, the majority of my time is now taken up by trying to figure out how to properly configure the headers for assets, FML |
630397c
to
351e9a6
Compare
351e9a6
to
382640e
Compare
382640e
to
16c39f5
Compare
16c39f5
to
a977f31
Compare
Does the audio work for you in |
...ontent/tutorial/02-advanced-svelte/07-composition/01-slots/+assets/app-a/src/lib/Card.svelte
Show resolved
Hide resolved
It looks like this PR maybe also fixes the Svelte Origins clip on the homepage? That's broken for me currently on |
...vanced-svelte/09-special-elements/05-svelte-window-bindings/+assets/app-a/src/lib/App.svelte
Outdated
Show resolved
Hide resolved
...orial/02-advanced-svelte/09-special-elements/06-svelte-body/+assets/app-a/src/lib/App.svelte
Outdated
Show resolved
Hide resolved
...utorial/02-advanced-svelte/12-next-steps/01-congratulations/+assets/app-a/src/lib/App.svelte
Show resolved
Hide resolved
It does not, and it also does not on main. Not sure what the source of the problem is (I almost hope Svelte itself) |
I think we're in luck, I can reproduce this in the sandbox. I think that toggling |
Are you on top of the Silian Rail thing or shall I take care of that? I think it's the last thing |
amazing work! |
Enhances the adapter to load the rollup web worker for the regular Svelte tutorial, as it's faster, more robust and works on mobile iOS.
Notes:
Still todo: