Rahul Ravikumar | 9c70b8f | 2023-06-15 13:29:04 -0700 | [diff] [blame] | 1 | import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' |
2 | |||||
3 | export default { | ||||
4 | // Consult https://svelte.dev/docs#compile-time-svelte-preprocess | ||||
5 | // for more information about preprocessors | ||||
6 | preprocess: vitePreprocess(), | ||||
7 | } |