Socket
Book a DemoInstallSign in
Socket

rollup-plugin-buble

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-buble

Compile ES2015 with buble

latest
Source
npmnpm
Version
0.19.8
Version published
Weekly downloads
46K
24.27%
Maintainers
3
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 03 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts