diff --git a/frontend/svelte.config.js b/frontend/svelte.config.js index 214f94b1a..db1b6ab2c 100644 --- a/frontend/svelte.config.js +++ b/frontend/svelte.config.js @@ -17,6 +17,7 @@ const config = { }, preprocess: [ vitePreprocess({ + script: true, postcss: true }) ],