A gobble plugin for bundling ES6 modules using Rollup and Babel. Current stable version is 0.6.1. Typically used in older JavaScript projects that combine the gobble build system with Rollup for module bundling and Babel for transpilation. This plugin allows configuration of Rollup options and Babel presets/plugins. It is part of the gobble ecosystem and is not actively maintained, with limited documentation and community support. Consider using modern alternatives like Vite or webpack.
npm install gobble-rollup-babelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use the plugin in a gobble file to bundle ES6 modules via Rollup and Babel.
Consider migrating to modern alternatives like Vite, webpack, or rollup directly.
Ensure babel config is an object with presets and plugins arrays as shown in the documentation.
Use the new API: pass babel options as { babel: { presets: ['es2015'] } } instead of flat presets.Run 'npm install gobble-rollup-babel' and ensure it is in package.json dependencies.
Run 'npm install babel-core' to install the peer dependency.