This package has been deprecated

Author message:

This module has been deprecated and is no longer maintained. Please use @rollup/plugin-buble.

rollup-plugin-buble
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/rollup-plugin-buble package

0.19.8 • Public • Published

rollup-plugin-buble

Convert ES2015 with buble.

Installation

npm install --save-dev rollup-plugin-buble

Usage

import { rollup } from 'rollup';
import buble from 'rollup-plugin-buble';
 
rollup({
  entry: 'main.js',
  plugins: [ buble() ]
}).then(...)

Options

  • include: a micromatch pattern, or array of patterns, specifying files to include
  • exclude: a micromatch pattern, or array of patterns, specifying files to exclude
  • transforms: an object of transform options, per the Buble docs

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-plugin-buble

Weekly Downloads

19,503

Version

0.19.8

License

MIT

Unpacked Size

3.71 kB

Total Files

5

Last publish

Collaborators

  • adrianheine
  • lukastaegert
  • rich_harris
  • shellscape