rollup-plugin-buble

Compile ES2015 with buble

MIT 26 个版本
安装
npm install rollup-plugin-buble
yarn add rollup-plugin-buble
pnpm add rollup-plugin-buble
bun add rollup-plugin-buble
README

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

版本列表
0.19.8 2019-07-03
0.19.6 2018-12-09
0.19.4 2018-10-08
0.19.2 2018-02-13
0.19.1 2018-02-10
0.19.0 2018-02-09
0.18.0 2017-11-18
0.17.0 2017-11-05
0.16.0 2017-09-23
0.15.0 2016-12-13
0.14.0 2016-09-18
0.13.0 2016-08-15
0.12.1 2016-06-23
0.12.0 2016-06-22
0.11.0 2016-06-14
0.10.0 2016-05-25
0.9.0 2016-05-21
0.8.0 2016-05-15
0.7.0 2016-05-04
0.6.0 2016-04-24
0.5.0 2016-04-17
0.4.0 2016-04-08
0.3.4 2016-04-08
0.2.3 2016-04-08
0.2.2 2016-04-08
0.1.0 2016-04-07