Ben McCann
Ben McCann
> they duplicate each other, I think only one should stay (and right now I'd rather it be Vite's) That's been fixed. Please upgrade to the latest version of SvelteKit...
> Sometimes during reloads, I get random 500 errors, sometimes only in the tab title, sometimes they break through to the screen. This seems to be due to broken links....
I cannot reproduce any error when reloading the page. I can't find any open issues about it either. Enough people are using SvelteKit at this point that it has to...
Thank you for testing! I'm also on Linux, for what it's worth. Maybe @illright should run `git clean -xdf` to blow away all the built files and see if that...
The slow reloads seems to be because it's loading 485 files in dev mode. It appears to be loading all of `svelte-feather-icons` when you use just a few icons. Vite...
Putting it dev dependencies is still a good place to put it. It won't affect this at all I actually have no idea how to fix this in Vite. It...
Yes, I proposed making a generic library for it in https://github.com/carbon-design-system/carbon-preprocess-svelte/issues/20. Though there's also been another proposed solution that we may want to consider: https://github.com/sveltejs/kit/issues/2612#issuecomment-944942192 It seems like the PR...
Oh, yeah, I forgot about that. We will have to wait a little for that because we'll need https://github.com/lgarron/clipboard-polyfill/pull/144 fixed before `adapter-static` will work. Unless you want to add a...
Since `1.0.0-next.185`, you can set [experimental.prebundleSvelteLibraries: true](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#prebundlesveltelibraries) in `svelte.config.js` to test out the new prebundling handling to solve the speed issue without the need for a preprocessor. `1.0.0-next.185` also allows...
> Sapper used to have a placeholder %sapper.base%, SvelteKit doesn't seem to have it. How can we work around this? You could file a feature request in the SvelteKit repo...