Files
ichiroku/svelte.config.js
0nepeop1e 246bef3b55
All checks were successful
release / release (push) Successful in 1m9s
init
2024-08-09 15:59:23 +08:00

8 lines
239 B
JavaScript

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({})]
};