UNPKG

ziko-wrapper

Version:

integrate zikojs elements within other ui framework like vue react solidjs svelte astro ...

10 lines (8 loc) 171 B
import { defineConfig } from 'vite' import preact from '@preact/preset-vite' // https://vite.dev/config/ export default defineConfig({ plugins: [ preact(), ], })