File size: 219 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 | import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}
|