mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix svelte template
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { wailsPreprocess } from '@sveltejs/vite-plugin-svelte'
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
|
||||
|
||||
export default {
|
||||
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
||||
// for more information about preprocessors
|
||||
preprocess: wailsPreprocess(),
|
||||
preprocess: vitePreprocess(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user