Closed
Description
Describe the bug
The compiler option preserveWhitespace: true
strips prefix space:
<h1> Hello {name}!</h1>
To Reproduce
See this repo. With minimal changes from the svelte/template. This is my output with missing prefix space.
Expected behavior
Keep the prefix whitespace in the SSR.
Information about your Svelte project:
svelte-3.21.0 & rollup.