Ben McCann
Ben McCann
Just checking in on this, do you think it'd be possible to split SvelteKit in the report into SvelteKit SSR and SvelteKit SPA?
Thanks. Will do! It'll probably have to wait a couple months so that we can make the change as part of a major version. For now, I've filed an issue...
That is awesome!! Thank you! My only other request would be if we could get Astro in the chart as well
FYI, in Chrome you can remove a service worker by going to the "Application" tab in the developer tools (F12)
Yeah, I don't know how I feel about the increased size. I might hold off for the time being
@longnguyen2004 thanks for the suggestion ([as well as the issues in Svelte itself](https://github.com/sveltejs/svelte/issues/created_by/longnguyen2004) - sorry we have a hard time keeping up with all the issues :smile:) > Let us...
We gave up on esm.run because the bundling was causing issues with ending up with multiple versions of the Svelte runtime. jsdelivr would still be interesting though
https://svelte-5-preview.vercel.app/ is temporary and will go away when Svelte 5 is launched
> I think it's necessary to at least use the normal Overpass font with font-weight: 400. I don't notice any difference until I set `font-weight: 600`
I would recommend changing from `umd` to `esm` if you can: https://github.com/Kcnarf/d3-weighted-voronoi/blob/1d3684d6292ea314b7a07a65506b363d45d83009/rollup.config.js#L11 This FAQ about packaging may also be helpful to you: https://kit.svelte.dev/faq#packages