This repository has been archived on 2024-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
summer-ui/svelte.config.js

8 lines
210 B
JavaScript
Raw Normal View History

2022-10-30 16:58:12 +00:00
import sveltePreprocess from "svelte-preprocess";
2022-10-10 10:46:23 +01:00
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
2022-10-30 16:58:12 +00:00
preprocess: sveltePreprocess(),
};