0.5.0 • Published 6 years ago
@pwa/plugin-buble v0.5.0
@pwa/plugin-buble
Install
$ npm install --save-dev @pwa/plugin-bubleUsage
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: Your
Browserslist configresults will be transformed into atargetobject for Bublé! However, defining your ownbuble.targetobject will prevent this transformation.
Default Config:
exports.buble = {
transforms: {
modules: false
}
}Available Options:
See Bublé's documentation for Supported Features, JSX, and Dangerous Transforms.
0.5.0
6 years ago
0.4.6
6 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.4.0-alpha.1
7 years ago
0.4.0-alpha.0
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago