Rich-Harris/svelte-cubed

Stackblitz REPLs not working on Firefox

jpaquim opened this issue · 2 comments

Introduced with b002447

Firefox still has no support for WebContainers, it might make sense to keep the Svelte REPL links as fallback for non-Chrome browsers at the moment.

Unfortunately this library stopped working in the REPL (#14) — something to do with unpkg resolving to the non-ESM build, or something — and so that's not an option, unfortunately. The best alternative for people who can't use Chromium for whatever reason is probably to create a project locally with npm init svelte@next.

Ok, thanks for the feedback.

From what I can tell (Firefox on Linux right now), the Svelte REPL examples seem to be working correctly, there seems to be a lengthy bundling step happening whenever I make a change in the code, but otherwise it renders well. Let me know if I can help with debugging in any way.