siyuan-jsdraw-plugin/svelte.config.js
2023-05-19 19:50:46 +08:00

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(),
}