Registry /
web-framework / babel-plugin-vona-bean-module
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
muslnode 18–226 runs
build_error
glibcnode 18–226 runs
build_error
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
default
✓ import babelPluginVonaBeanModule from 'babel-plugin-vona-bean-module'
✗ const babelPluginVonaBeanModule = require('babel-plugin-vona-bean-module')
ESM import is recommended; CommonJS require may not work depending on the module system.
vonaBeanModule
✓ const vonaBeanModule = require('babel-plugin-vona-bean-module')
✗ import vonaBeanModule from 'babel-plugin-vona-bean-module'
CommonJS require is typical for Babel plugins in Node.js.
Shows how to add the plugin to Babel configuration.
// Add to Babel config (e.g., babel.config.js)
module.exports = {
plugins: ['vona-bean-module']
};
Errors
Common errors & fixes
Error: Cannot find module 'babel-plugin-vona-bean-module'
Plugin not installed or missing from node_modules.
fixRun `npm install babel-plugin-vona-bean-module --save-dev`
Audit
Dependencies
No dependency data recorded yet.