TastyBites/front/svelte.config.js

12 lines
354 B
JavaScript
Raw Normal View History

2024-04-15 09:38:35 +00:00
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
import { phosphorSvelteOptimize } from "phosphor-svelte/preprocessor"
2024-04-15 09:38:35 +00:00
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: [
phosphorSvelteOptimize(),
vitePreprocess()
],
2024-04-15 09:38:35 +00:00
}