vite-svelte / svelte.config.js
julien-c's picture
julien-c HF Staff
initial import
258f908 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(),
}