Conduitry
Conduitry
FWIW, none of the compiler options will affect the bundled output that is actually run (and thus will not affect the behavior of the component). They only affect what's displayed...
I didn't know about swapDoc either. Does that seem like it could also be used to take care of https://github.com/sveltejs/svelte-repl/issues/3 ?
Getting SvelteKit to work in the REPL is its own (quite large) project which we haven't begun to tackle yet, and in the meantime, I don't see much value in...
Is there something that still ought to happen in this repo about this?
Error: Unexpected character '�' (Note that you need plugins to import files that are not JavaScript)
I can't reproduce this either. Similar to in https://github.com/sveltejs/template/issues/193, it sounds like you don't have the proper Rollup plugins installed and configured, in this case the `@rollup/plugin-url` plugin, which is...
Huh. What exactly needs to wait for what - and what needs to be fixed - now that Sapper is using ``? https://github.com/sveltejs/sapper/pull/1123
I've just tested this, and yeah, for the legacy build, this makes the CSS appear inline in the JS, which isn't what we want either.
Moved from sapper repo to sapper-template repo.
This isn't necessary. Assigning to `m.x` or `m.y` already invalidates `m`. The text updates when you just add the `on:pointermove={handleMove}`. What are you seeing?
What part's broken?