summaryrefslogtreecommitdiffstats
path: root/src/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webapp')
-rw-r--r--src/webapp/svelte.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webapp/svelte.config.js b/src/webapp/svelte.config.js
index 5680f19..866775a 100644
--- a/src/webapp/svelte.config.js
+++ b/src/webapp/svelte.config.js
@@ -2,5 +2,5 @@ import sveltePreprocess from "svelte-preprocess";
import {optimizeImports} from "carbon-preprocess-svelte";
export default {
- preprocess: [sveltePreprocess(), optimizeImports],
+ preprocess: [sveltePreprocess(), optimizeImports()],
};