aboutsummaryrefslogtreecommitdiff
path: root/web/pw-frontend/svelte.config.js
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2021-12-22 13:59:13 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2021-12-22 13:59:13 +0100
commit96ee00242f350b391dcc1cf4d72a442c969f565e (patch)
treea9c57feb105200556c76559b3c775d159c98aef9 /web/pw-frontend/svelte.config.js
parent218ebc3b8f5024a0813f8378b83d91dbb9aa7db2 (diff)
downloadplanetwars.dev-96ee00242f350b391dcc1cf4d72a442c969f565e.tar.xz
planetwars.dev-96ee00242f350b391dcc1cf4d72a442c969f565e.zip
add pw-frontend
Diffstat (limited to 'web/pw-frontend/svelte.config.js')
-rw-r--r--web/pw-frontend/svelte.config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/pw-frontend/svelte.config.js b/web/pw-frontend/svelte.config.js
new file mode 100644
index 0000000..3630bb3
--- /dev/null
+++ b/web/pw-frontend/svelte.config.js
@@ -0,0 +1,7 @@
+import sveltePreprocess from 'svelte-preprocess'
+
+export default {
+ // Consult https://github.com/sveltejs/svelte-preprocess
+ // for more information about preprocessors
+ preprocess: sveltePreprocess()
+}