{"id":19243,"library":"babel-plugin-vona-bean-module","title":"babel-plugin-vona-bean-module","description":"Babel plugin for the Vona framework to transform module imports/exports. Version 1.1.5. No release cadence specified. Limited documentation; primarily used internally by the Vona framework. No clear differentiators available.","status":"active","version":"1.1.5","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","framework","vona"],"install":[{"cmd":"npm install babel-plugin-vona-bean-module","lang":"bash","label":"npm"},{"cmd":"yarn add babel-plugin-vona-bean-module","lang":"bash","label":"yarn"},{"cmd":"pnpm add babel-plugin-vona-bean-module","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM import is recommended; CommonJS require may not work depending on the module system.","wrong":"const babelPluginVonaBeanModule = require('babel-plugin-vona-bean-module')","symbol":"default","correct":"import babelPluginVonaBeanModule from 'babel-plugin-vona-bean-module'"},{"note":"CommonJS require is typical for Babel plugins in Node.js.","wrong":"import vonaBeanModule from 'babel-plugin-vona-bean-module'","symbol":"vonaBeanModule","correct":"const vonaBeanModule = require('babel-plugin-vona-bean-module')"}],"quickstart":{"code":"// Add to Babel config (e.g., babel.config.js)\nmodule.exports = {\n  plugins: ['vona-bean-module']\n};","lang":"javascript","description":"Shows how to add the plugin to Babel configuration."},"warnings":[{"fix":"Ensure project uses Vona framework.","message":"Plugin is specific to the Vona framework and may not work with other setups.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run `npm install babel-plugin-vona-bean-module --save-dev`","cause":"Plugin not installed or missing from node_modules.","error":"Error: Cannot find module 'babel-plugin-vona-bean-module'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}