mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-05 04:50:09 +08:00
8 lines
231 B
JavaScript
8 lines
231 B
JavaScript
import { wailsPreprocess } from '@sveltejs/wails-plugin-svelte'
|
|
|
|
export default {
|
|
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: wailsPreprocess(),
|
|
}
|