UNPKG

quizdown-extended

Version:

A fork from [bonartm/quizdown-js](https://github.com/bonartm/quizdown-js) with more features. > The Katex-extension is currently not supported

12 lines (10 loc) 296 B
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' export default { compilerOptions: { runes: true, customElement: true, }, // Consult https://svelte.dev/docs#compile-time-svelte-preprocess // for more information about preprocessors preprocess: vitePreprocess(), }