opengoal-launcher/svelte.config.js

8 lines
210 B
JavaScript
Raw Normal View History

2022-06-16 20:40:37 -04:00
import sveltePreprocess from "svelte-preprocess";
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
2022-06-16 20:40:37 -04:00
preprocess: sveltePreprocess(),
};