babel-plugin-vona-bean-module

raw JSON →
1.1.5 verified Sat Apr 25 auth: no javascript

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.

error Error: Cannot find module 'babel-plugin-vona-bean-module'
cause Plugin not installed or missing from node_modules.
fix
Run npm install babel-plugin-vona-bean-module --save-dev
gotcha Plugin is specific to the Vona framework and may not work with other setups.
fix Ensure project uses Vona framework.
npm install babel-plugin-vona-bean-module
yarn add babel-plugin-vona-bean-module
pnpm add babel-plugin-vona-bean-module

Shows how to add the plugin to Babel configuration.

// Add to Babel config (e.g., babel.config.js)
module.exports = {
  plugins: ['vona-bean-module']
};