mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 15:26:54 +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()
|
||
|
|
}
|