Socket
Socket
Sign inDemoInstall

@siteone/builder-plugin-buble

Package Overview
Dependencies
97
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @siteone/builder-plugin-buble

> plugin for [`Bublé`](https://buble.surge.sh/guide/#what-is-buble)


Version published
Weekly downloads
34
Maintainers
3
Install size
5.67 MB
Created
Weekly downloads
 

Readme

Source

@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.

FAQs

Last updated on 02 Jan 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc