{"library":"rollup-babel","title":"rollup-babel","description":"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.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install rollup-babel"],"cli":null},"imports":["const rollup = require('rollup-babel');","const rollup = require('rollup-babel').rollup;","const VERSION = require('rollup-babel/package.json').version;"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const rollup = require('rollup-babel');\nrollup({\n  input: 'src/main.js',\n  plugins: []\n}).then(bundle => {\n  bundle.write({\n    format: 'cjs',\n    file: 'dist/bundle.js'\n  });\n});","lang":"javascript","description":"Basic usage of rollup-babel: require the package and use it like Rollup with Babel integration.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}