partey_workadventure/desktop/local-app/svelte.config.js

8 lines
207 B
JavaScript
Raw Permalink Normal View History

2022-02-20 20:30:53 +01:00
import sveltePreprocess from 'svelte-preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}