fahrcel/svelte.config.js
Spencer Flagg b74ae12cb2 1st commit
2023-06-11 13:59:11 +02:00

7 lines
228 B
JavaScript

import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}