Registry / devops / gmi-bundler-vite

gmi-bundler-vite

JSON →
library1.1.8-alpha.0jsnpmunverified

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-vite
INSTALL
IMPORT
SIG · GMI-BUNDLER-VITE
G
gmi-bundler-vite
devopsjavascriptv1.1.8-alpha.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import gmiBundlerVite from 'gmi-bundler-vite'
const gmiBundlerVite = require('gmi-bundler-vite')
ESM-only; CJS require fails as package type is module
BundlerVite
import { BundlerVite } from 'gmi-bundler-vite'
import { bundlerVite } from 'gmi-bundler-vite'
Named export is PascalCase; misspelling with camelCase is common
type BundlerViteOptions
import type { BundlerViteOptions } from 'gmi-bundler-vite'
import { BundlerViteOptions } from 'gmi-bundler-vite'
Type-only export; using value import in runtime code may cause errors if not configured

Basic setup to use gmi-bundler-vite as a Vite plugin in a GMI project.

import { defineConfig } from 'vite'; import gmiBundlerVite from 'gmi-bundler-vite'; export default defineConfig({ plugins: [gmiBundlerVite()] });
Debug
Known issues
gotchaPackage is alpha; breaking changes frequent without notice
fix
Pin exact version and check changelog before upgrading
affects: >=1.0.0-alpha
gotchaNo README or documentation provided; usage must be inferred from source
fix
Review source code or contact maintainer
affects: all
deprecatedRequires Vite 4.x; not yet compatible with Vite 5
fix
Use Vite 4.x until update is released
affects: >=1.1.0
breakingDefault export changed from function to object in v1.1.0
fix
Use `import gmiBundlerVite from 'gmi-bundler-vite'; gmiBundlerVite()` instead of `import { createPlugin } from 'gmi-bundler-vite'`
affects: <1.1.0
Errors
Common errors & fixes
Cannot find module 'gmi-bundler-vite'
Not installed or incorrect import path
fix
Run `npm install gmi-bundler-vite@1.1.8-alpha.0`
gmiBundlerVite is not a function
Using named import pattern for default export after breaking change
fix
Use default import: `import gmiBundlerVite from 'gmi-bundler-vite'`
TypeError: Cannot read properties of undefined (reading 'resolvePlugin')
Vite version mismatch; plugin expects Vite 4.x internals
fix
Downgrade to Vite 4.x or wait for updated plugin version
Upgrade
Version history
1.1.8-alpha.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gmi-bundler-vite — npm install gmi-bundler-vite · libregistry