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/bilijsmonitorclilong-test-toolks-componentsko-axios@walrus/pansy@vimesh/portlet-plugin-vueawave@guzzj/clappr-stats-plugin@guzzj/stats-plugin@akheel-s/developer-adk-interact@aliyun-sls/sls-app-loaderss-tiptapsupermonitorsdkumcatree-nodes-dltti-plugin-example@cazzzer/pc-boiler-plateyo-validator@khonik/notifications-module@museum/plugin-react@minna-ui/build-component@kodesign/ko-request@projectux/components@projectux/test@quickapp-eco/qappx@quentin_widlocher/jspicl-cli@pilotcity/pc-boiler@pansy/climp-vue-editor-test-erfmminimonitorsdkmonitorclioixi2op-error-classicop-error-spacepc-boiler-platerollup-plugin-jsoncproject-vue-widget-npmneed2know-simple-flowchartnode-lib-modsnotifications_modulerecursive-menu-dlsimple-voicesevnce-uicomponents-library-a4anthonydcheckbox3dcheckboxgroupdeveloper-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-boilerbilibnc-gulp-multiple-pagebundlibdinputfielddinputfield3
1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.21.3

6 years ago

0.21.2

6 years ago

0.21.1

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago