Babel transformer plugin for Pundle, a JavaScript bundler. Version 1.1.12 is the latest stable release, with v2.0.0-alpha1 introducing breaking architectural changes. This plugin enables Babel transformations within Pundle's build pipeline, supporting custom Babel configuration, file extension filtering, and ignore patterns. Key differentiators: integrates deeply with Pundle's plugin system, but is deprecated in favor of Pundle's built-in Babel support in v2. No active maintenance since 2017.
npm install babel-pundleVerified import paths — ran on the pinned version, not inferred.
Loads the babel-pundle plugin, configures Babel with preset-env, ignores node_modules, and bundles an entry file.
Upgrade to Pundle v2 and use built-in Babel configuration via Pundleconfig.js
Do not upgrade to v2 alpha unless you can adapt to new component/preset architecture
Use require.resolve('babel-pundle') to get the absolute pathPass Babel config under the 'config' property in plugin options
Run 'npm install babel-pundle --save' and use require.resolve('babel-pundle')Wrap in array: [require.resolve('babel-pundle'), { config: {} }]Add '@babel/preset-env' to config.presets