Svelte @svelte.dev · Dec 6

Aside from Advent of Svelte, we've also been shipping a bunch of minor bugfixes and improvements. For example, `if` blocks are now treeshakeable — if you have a condition that can be known statically, like `{#if BROWSER}`, then dead code will be eliminated by a minifier

115 likes 2 replies

?

Replies

Jeroen Peeters · Dec 6

That’s actually sick

@catslands.bsky.social · Dec 6

😎 cool