Describe the bug
The compiler option preserveWhitespace: true strips prefix space:
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.
Describe the bug
The compiler option
preserveWhitespace: truestrips prefix space: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.