mapcomplete/svelte.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
228 B
JavaScript
Raw Normal View History

2023-01-17 18:31:51 +01:00
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"
2023-01-17 18:31:51 +01:00
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}