A Rollup plugin for buba, a fast ES6-to-ES5 transpiler similar to Bublé. Version 1.0.1 is the latest release. It wraps buba to transform ES6+ modules during Rollup bundling. Simpler than Babel-based plugins but limited to experimental support. Not actively maintained.
npm install rollup-plugin-bubaVerified import paths — ran on the pinned version, not inferred.
Shows basic Rollup config using rollup-plugin-buba to transpile ES6 input, excluding node_modules.
Consider using @rollup/plugin-babel or @rollup/plugin-sucrase for active support.
Check buba documentation for supported options; pass them directly to buba() config object.
If using Rollup 2+, upgrade to a maintained alternative like @rollup/plugin-babel.
Run 'npm install rollup-plugin-buba --save-dev'
Use 'import buba from "rollup-plugin-buba"' instead of '{ buba }'Ensure buba is installed alongside rollup-plugin-buba: 'npm install buba'