opengoal-launcher/svelte.config.js

12 lines
249 B
JavaScript
Raw Permalink 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
preprocess: [
sveltePreprocess({
postcss: true,
}),
],
2022-06-16 20:40:37 -04:00
};