Day 19 — single-file bundles for SvelteKit. By default, your apps use code-splitting to ensure that you only load the code for the current page. But sometimes you need a single bundle for the whole app, and you can now do that with the new `bundleStrategy` option

🎁 docs https://svelte.dev/docs/kit/configuration#output
Post image

Comments