Deprecated Rollup plugin for Babel integration. Version 0.6.3 is the last release. It aimed to combine Rollup's bundling with Babel's transpilation to avoid duplicate helpers and improve build speed. Superseded by rollup-plugin-babel, which provides proper caching, sourcemap support, and better Rollup hooks. Not recommended for new projects.
npm install rollup-babelVerified import paths — ran on the pinned version, not inferred.
Basic usage of rollup-babel: require the package and use it like Rollup with Babel integration.
Replace with rollup-plugin-babel: npm install --save-dev rollup-plugin-babel
Migrate to rollup-plugin-babel which supports caching.
Use rollup-plugin-babel for sourcemap support.
Use 'rollupbabel' on the command line.
Run: npm install --save-dev rollup
Install: npm install rollup-babel (deprecated); better to install rollup-plugin-babel instead.
Use const rollup = require('rollup-babel'); instead of import.No dependency data recorded yet.