Files
hanko/frontend/examples/svelte/svelte.config.js
2023-03-03 14:11:13 +01:00

8 lines
207 B
JavaScript

import sveltePreprocess from 'svelte-preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}