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