An alpha-stage Vite bundler plugin for the GMI ecosystem, version 1.1.8-alpha.0. Integrates React and Vite to streamline GMI app builds. Released as a pre-release, lacks documentation and may change rapidly. Differentiates by targeting GMI-specific bundling needs rather than general-purpose Vite plugins. Ships TypeScript types but has minimal adoption outside its internal use.
npm install gmi-bundler-viteVerified import paths — ran on the pinned version, not inferred.
Basic setup to use gmi-bundler-vite as a Vite plugin in a GMI project.
Pin exact version and check changelog before upgrading
Review source code or contact maintainer
Use Vite 4.x until update is released
Use `import gmiBundlerVite from 'gmi-bundler-vite'; gmiBundlerVite()` instead of `import { createPlugin } from 'gmi-bundler-vite'`Run `npm install gmi-bundler-vite@1.1.8-alpha.0`
Use default import: `import gmiBundlerVite from 'gmi-bundler-vite'`
Downgrade to Vite 4.x or wait for updated plugin version
No dependency data recorded yet.