@mzinga/bundler-vite
v0.1.3
Published
The officially supported Vite bundler adapter for MZinga
Readme
MZinga Vite Adapter
Official Vite adapter for MZinga.
Installation
npm install @mzinga/bundler-viteUsage
import { buildConfig } from 'mzinga/config'
import { viteBundler } from '@mzinga/bundler-vite'
export default buildConfig({
bundler: viteBundler(),
// ...rest of config
})More detailed usage can be found in the MZinga Docs.
