Ben McCann
Ben McCann
>import.meta.url seems to work correctly. The problem is in how it is used, and that is with the new URL constructor. The returned url is invalid on Windows since it...
You could prefix the static links with some placeholder like `%svelte.base%` and then replace it in `handle`.
I don't think there's any open issue to track it
It seems a nice thing for us to add, but it's relatively low priority given that it doesn't affect all users and can be implemented on the user-side. I'd consider...
https://github.com/sveltejs/kit/issues/2697 has been resolved, so hopefully you can continue the migration now!
This is a regression in Kit. I sent a fix (https://github.com/sveltejs/kit/pull/3367). In the meantime, you can make it work by temporarily downgrading to `1.0.0-next.220`
The SvelteKit fix has been merged and release, so it should work now with the latest version of SvelteKit
@illright just checking in on this since it seemed like you were almost done with it. is there anything you're currently stuck on that I might be able to lend...
Why not give the user the option? They could do `{welcome}` if they preferred to maximize performance or `Hello {name}!` if they wanted to focus on ease-of-use In any case,...
Template tag is not supported in IE 11 either