From 58e1ffa9effc92f5ddebee4068d5931be12201b0 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 10 Mar 2022 15:39:25 +0100 Subject: Initial commit w/ v1.0.0 --- frontend/svelte.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/svelte.config.js (limited to 'frontend/svelte.config.js') diff --git a/frontend/svelte.config.js b/frontend/svelte.config.js new file mode 100644 index 0000000..3630bb3 --- /dev/null +++ b/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() +} -- cgit v1.3.1