svelte-ssr-template/template/svelte.config.js

8 lines
210 B
JavaScript
Raw Permalink Normal View History

2023-08-20 22:02:06 +01:00
import sveltePreprocess from "svelte-preprocess";
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess(),
};