mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-06-07 18:46:01 +00:00
7 lines
234 B
JavaScript
7 lines
234 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(),
|
|
}
|