5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 04:22:26 +08:00
wails/v3/internal/templates/svelte-ts/frontend/svelte.config.js
2023-10-05 21:12:01 +11:00

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