ziemniak/svelte.config.js

8 lines
210 B
JavaScript
Raw Permalink Normal View History

2022-07-27 12:58:22 +02:00
import sveltePreprocess from "svelte-preprocess";
2022-07-26 05:03:28 +02:00
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
2022-07-27 12:58:22 +02:00
preprocess: sveltePreprocess(),
};