blob: 3630bb3963b627a6efc501cec946e3583218e135 (
plain)
1
2
3
4
5
6
7
|
import sveltePreprocess from 'svelte-preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}
|