From b9f683fa36320fcdc08716c8303691e5cf7ce5cd Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 7 Dec 2022 17:50:56 +0100 Subject: Inital commit with v0.0.3 --- svelte.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 svelte.config.js (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js new file mode 100644 index 0000000..3630bb3 --- /dev/null +++ b/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