yup-live-chrome-extension/svelte.config.js

9 lines
295 B
JavaScript
Raw Normal View History

2023-07-20 06:57:07 +00:00
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
2023-02-13 19:20:50 +00:00
import sveltePreprocess from "svelte-preprocess";
export default {
2023-07-20 06:57:07 +00:00
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: [sveltePreprocess(), vitePreprocess({})],
2023-02-13 19:20:50 +00:00
};