Svelte @svelte.dev · Dec 19

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 svelte.dev/docs/kit/con...

79 likes 5 replies

?

Replies

ross doran · Dec 19

YES!! this opens so many doors, thank you so much!

Stanislav · Dec 19

This is HUGE! Amazing!

Ermeen ✌️ · Dec 19

This sounds super interesting! Does this mean that eventually we could see SvelteKit simply as an one-file executable 👀

@braebo.dev · Dec 20

Oh man this is hype, I’ve needed this more than once! You guys are on 🔥🔥🔥

Svelte · Dec 20

Day 20 — Vim mode! You can enable it in the playground and tutorial and it will remember your preference between visits. Don't worry, you can always quit by turning it off again (or closing the tab) 🎁 svelte.dev/playground