mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 10:48:16 +00:00
8 lines
227 B
JavaScript
8 lines
227 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()
|
|
}
|