-
- Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
compilerChanges relating to the compilerChanges relating to the compiler
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.
Metadata
Metadata
Assignees
Labels
compilerChanges relating to the compilerChanges relating to the compiler