examples/vite-svelte/svelte.config.js 295 B raw
1
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2
3
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
4
export default {
5
  // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
6
  // for more information about preprocessors
7
  preprocess: vitePreprocess(),
8
}