Svelte @svelte.dev ยท Dec 18

Day 18 โ€” we've upgraded the playground so you can better understand how the compiler transforms your code. We plan to use this tool ourselves to improve the sourcemaps that Svelte generates ๐ŸŽ svelte.dev/playground

79 likes 3 replies

?

Replies

Julian Burgess ยท Dec 18

Wow, love this!!

Jeppe Reinhold ๐Ÿ‡ฉ๐Ÿ‡ฐ ยท Dec 18

Oh wow this is extremely handy. @xeho91.dev ๐Ÿคฉ

Svelte ยท 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...