VibeGame / svelte.config.js
dylanebert's picture
initial commit
794cf6c
Raw
History Blame
169 Bytes
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
export default {
preprocess: vitePreprocess(),
compilerOptions: {
enableSourcemap: true,
},
};