diff options
Diffstat (limited to 'svelte.config.cjs')
| -rw-r--r-- | svelte.config.cjs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/svelte.config.cjs b/svelte.config.cjs index dd2b29d..4e5c77f 100644 --- a/svelte.config.cjs +++ b/svelte.config.cjs @@ -1,11 +1,8 @@ const preprocess = require("svelte-preprocess"); const config = { - preprocess: [ - preprocess({ - postcss: true, - }), - ], + preprocess: preprocess({ postcss: true, sourceMap: true }), + }; -module.exports = config; +module.exports = config;
\ No newline at end of file |
