@siteone/builder-plugin-buble

0.1.1 • Public • Published

@siteone/builder-plugin-buble

plugin for Bublé

Install

$ npm install --save-dev @siteone/builder-plugin-buble

Usage

None – recognized by and attached to @siteone/builder-core automatically!

Important: This plugin will automatically swap out & disable babel-loader!
The use of Bublé is recommended for simpler, vanilla JS applications... and/or for the wild and crazy.

Config

Configurable via the buble key on your bldr.config.js file.

Note: Your Browserslist config results will be transformed into a target object for Bublé!
However, defining your own buble.target object will prevent this transformation.

Default Config:

exports.buble = {
  transforms: {
    modules: false
  }
}

Available Options:

See Bublé's documentation for Supported Features, JSX, and Dangerous Transforms.

Readme

Keywords

none

Package Sidebar

Install

npm i @siteone/builder-plugin-buble

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

2.4 kB

Total Files

3

Last publish

Collaborators

  • supermartin
  • siteonecz
  • hlavo-siteone
  • viktorbezdek
  • jiri.cerhan