phonograph/svelte/svelte.config.js

9 lines
274 B
JavaScript
Raw Normal View History

2025-08-10 14:32:15 -07:00
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
export default {
compilerOptions: { customElement: true },
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
};