doodly/svelte.config.js

8 lines
216 B
JavaScript
Raw Permalink Normal View History

2022-08-13 15:17:26 +00:00
import sveltePreprocess from 'svelte-preprocess';
2022-08-13 15:08:44 +00:00
export default {
2022-08-13 15:17:26 +00:00
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess(),
};