mirror of
https://github.com/andrei0x309/yup-live-chrome-extension.git
synced 2024-11-09 18:10:57 +00:00
10 lines
281 B
JavaScript
10 lines
281 B
JavaScript
import sveltePreprocess from "svelte-preprocess";
|
|
import { windi } from 'svelte-windicss-preprocess';
|
|
|
|
|
|
export default {
|
|
// Consult https://github.com/sveltejs/svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: [windi({}), sveltePreprocess()]
|
|
};
|