1.0.3 • Published 7 months ago

@rollup/plugin-buble v1.0.3

Weekly downloads
10,319
License
MIT
Repository
github
Last release
7 months ago

npm size libera manifesto

@rollup/plugin-buble

🍣 A Rollup plugin which converts ES2015+ code with the Bublé compiler.

Requirements

This plugin requires an LTS Node version (v14.0.0+) and Rollup v1.20.0+.

Install

Using npm:

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

Usage

Create a rollup.config.js configuration file and import the plugin:

import buble from '@rollup/plugin-buble';

export default {
  input: 'src/index.js',
  output: {
    dir: 'output',
    format: 'cjs'
  },
  plugins: [buble()]
};

Then call rollup either via the CLI or the API.

Options

transforms

Type: Object Default: { modules: false }

Specifies additional transform options for the Bublé compiler.

exclude

Type: String | Array[...String] Default: null

A picomatch pattern, or array of patterns, which specifies the files in the build the plugin should ignore. By default no files are ignored.

include

Type: String | Array[...String] Default: null

A picomatch pattern, or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.

Meta

CONTRIBUTING

LICENSE (MIT)

vue3-nre@zhengxs-devkit/buildbaxia-build@mediinfo/buildnode-lib-dependenciesvue_project_component@karol4862/vselectcaresend-ui-componentslui2greencheap-uikityee-validator@infinitebrahmanuniverse/nolb-_rolmuna-pack@everything-registry/sub-chunk-788norylord-kitnorylord-ui-kitproject-vue-widget-npm@kodesign/ko-requestsimple-voicesevnce-ui@nycopportunity/patterns-frameworkrollup-plugin-jsonc@pansy/clisupermonitorsdk@museum/plugin-react@minna-ui/build-component@khonik/notifications-module@lucasz/d-sidebar@lucasz/d-sidebar3@lucasz/d-spinner@lucasz/d-spinner3@lucasz/d-table@lucasz/d-table3@lucasz/dbutton3@lucasz/ddatepicker@lucasz/dmodal3@lucasz/d-button@lucasz/d-button3@lucasz/d-datepicker@lucasz/d-modalrecursive-menu-dl@quickapp-eco/qappx@quentin_widlocher/jspicl-cli@shift72/core-template@stellacareaps/mapbox-gl-draw-circletest-sevnce@pilotcity/pc-boiler@projectux/components@projectux/test@surmon-china/libundler@surmon/libundlertest996testbaphonenpmdtoast3fe-common-buttonmp-vue-editor-test-erfmdinputfielddinputfield3long-test-tooldeveloper-adk-designprototypedeveloper-adk-discorddeveloper-adk-interactdeveloper-adk-joinformdeveloper-adk-offerdeveloper-adk-pitchesdeveloper-adk-presentdeveloper-adk-presentsdeveloper-adk-prospectdeveloper-adk-researchdeveloper-adk-setupdeveloper-adk-teamcommunitydeveloper-adk-traindeveloper-adk-autoapplydeveloper-adk-boilerneed2know-simple-flowchartdradiogroupdpasswordconfirmationminimonitorsdknode-lib-modsmonitorclidcheckbox3dcheckboxgroupdfileuploaderdfileuploaderwrapperdformcheckboxdformdropdowndformwrapperdformwrapper3ko-axiosks-components@dsbn/slate-vuejsmonitorcli@fabiog/ddatepickerpc-boiler-platenotifications_module@guzzj/clappr-stats-plugin@guzzj/stats-pluginop-error-spaceop-error-classic@hugsmidjan/gulp-rollup
1.0.3

7 months ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.21.3

4 years ago

0.21.2

4 years ago

0.21.1

4 years ago

0.21.0

4 years ago

0.20.0

5 years ago