Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@siteone/builder-plugin-buble

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

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)

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
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

Package last updated on 02 Jan 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc