From 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 21 Jul 2022 08:57:30 -0400 Subject: All works. learn source map error and fix it --- svelte.config.cjs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'svelte.config.cjs') 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 -- cgit v1.2.3