Socket
Book a DemoInstallSign in
Socket

@pwa/plugin-buble

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pwa/plugin-buble

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

npmnpm
Version
0.3.0
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

@pwa/plugin-buble

PWA plugin for Bublé

Install

$ npm install --save-dev @pwa/plugin-buble

Usage

None – recognized by and attached to @pwa/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 pwa.config.js file.

Note: The browsers list of your PWA config 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 11 Sep 2018

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