mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
0beab56d7f
* fix: svelte example * fix: reactivity
11 lines
280 B
JavaScript
11 lines
280 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(),
|
|
compilerOptions: {
|
|
customElement: true,
|
|
},
|
|
};
|