Python / svelte.config.js
Lorenzo0710's picture
Duplicate from static-templates/svelte
f4daa30 verified
raw
history blame contribute delete
228 Bytes
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(),
}