summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-02-11 22:36:18 +0100
committerivarlovlie <git@ivarlovlie.no>2022-02-11 22:36:18 +0100
commit423235ec68e75a5d42b9cb1bcdefafc3fc97ca64 (patch)
tree620d220ab736b22b6a269e80c9e84d3ffe1f4187
parenta4cd5100f23235d6124d28b1a3b2913e3659494e (diff)
downloadbookmark-thing-423235ec68e75a5d42b9cb1bcdefafc3fc97ca64.tar.xz
bookmark-thing-423235ec68e75a5d42b9cb1bcdefafc3fc97ca64.zip
chore:
-rw-r--r--.gitignore1
-rw-r--r--src/webapp/svelte.config.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d5232b3..e744a48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -454,6 +454,7 @@ $RECYCLE.BIN/
!.vscode/extensions.json
**/build
+**/dist
**/.svelte-kit
**/package
**/server-secrets.*
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()],
};