markdown-cv/svelte.config.js
Sofía Aritz 0e837f3fdd Initial commit
Cleared for release
2023-03-05 15:00:07 +01:00

8 lines
228 B
JavaScript

import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}