1.0.3 • Published 2 years ago

@rollup/plugin-buble v1.0.3

Weekly downloads
10,319
License
MIT
Repository
github
Last release
2 years 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-kit@surmon/libundlerwidget-fewmselect-newvue-basic-modulevue-json-schema-editorws-realtime-dashboardwwq-vue-librarytest996test-sevncetestbaphonenpmvue-console-test-nuevo-2023v-photov-steppervepanelvanyan-treevue-email-buildervue-cli-plugin-express-dev@dsbn/slate-vue@bung87/bilijsmonitorcliss-tiptapsupermonitorsdkumcatree-nodes-dltti-plugin-example@akheel-s/developer-adk-interact@aliyun-sls/sls-app-loader@cazzzer/pc-boiler-plateyo-validator@guzzj/stats-plugin@guzzj/clappr-stats-plugin@hugsmidjan/gulp-rollup@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-modal@museum/plugin-react@fabiog/ddatepicker@minna-ui/build-component@kodesign/ko-request@projectux/components@projectux/test@quickapp-eco/qappx@quentin_widlocher/jspicl-cli@pilotcity/pc-boiler@nycopportunity/patterns-framework@pansy/cli@shift72/core-template@sjaakp/cropper@sharpstream/tiptapmp-vue-editor-test-erfmminimonitorsdkmonitorclioixi2op-error-classicop-error-spacepc-boiler-platerollup-plugin-jsoncproject-vue-widget-npmneed2know-simple-flowchartnode-lib-modsnotifications_modulerecursive-menu-dlsimple-voicesevnce-uilong-test-toolks-componentsko-axios@vimesh/portlet-plugin-vue@walrus/pansybundlibcomponents-library-a4anthonydcheckboxgroupdcheckbox3awave
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.21.3

5 years ago

0.21.2

5 years ago

0.21.1

5 years ago

0.21.0

5 years ago

0.20.0

6 years ago