Scripts/resources/[ps]/ps-housing/ui/svelte.config.js

10 lines
364 B
JavaScript
Raw Normal View History

2024-12-29 20:28:24 +00:00
import sveltePreprocess from 'svelte-preprocess'
import seqPreprocessor from 'svelte-sequential-preprocessor'
import { preprocessThrelte } from '@threlte/preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: seqPreprocessor([sveltePreprocess(), preprocessThrelte()])
}