xet-object-viewer / svelte.config.js
assafvayner's picture
assafvayner HF Staff
Duplicate from static-templates/svelte
9c827a9 verified
raw
history blame
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(),
}