mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 21:09:14 +00:00
9 lines
295 B
JavaScript
9 lines
295 B
JavaScript
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
|
|
|
|
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
|
|
export default {
|
|
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: vitePreprocess(),
|
|
}
|