{"library":"rollup-plugin-buba","title":"rollup-plugin-buba","description":"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.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-buba"],"cli":null},"imports":["import buba from 'rollup-plugin-buba'","import buba from 'rollup-plugin-buba'","export default { plugins: [buba()] }"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// rollup.config.js\nimport buba from 'rollup-plugin-buba';\n\nexport default {\n  input: 'src/index.js',\n  output: {\n    file: 'dist/bundle.js',\n    format: 'iife'\n  },\n  plugins: [\n    buba({\n      exclude: 'node_modules/**'\n    })\n  ]\n};","lang":"javascript","description":"Shows basic Rollup config using rollup-plugin-buba to transpile ES6 input, excluding node_modules.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}