svelte.config.js 228 B

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