line-and-surface/svelte.config.js
2022-07-26 18:45:01 +02:00

7 lines
207 B
JavaScript

import sveltePreprocess from 'svelte-preprocess'
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: sveltePreprocess()
}