diff options
Diffstat (limited to 'svelte.config.js')
-rw-r--r-- | svelte.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js index 4811785..812ec21 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -11,6 +11,10 @@ const config = { // for more information about preprocessors preprocess: preprocess(), + compilerOptions: { + preserveWhitespace: false + }, + kit: { adapter: adapter(), // adapter: adapter({ |