Skip to content

northbrookjs/buba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@northbrook/buba

Build your ES2015+ projects with Buba ❤️

Transpile your ES2015+ code into ES5 with Buba.

For ease of setup, your .js files must be located inside of a directory named src at the root of your packages.

Let me have it

npm install --save @northbrook/buba # or yarn add @northbrook/buba

Configuration

// northbrook.js const buba = require('@northbrook/buba').plugin module.exports = { plugins: [ buba, ], // 100% optional buba: { // Please see the buba documentation for more information on // what options are available :) bubleOptions: { ... }, babelOptions: { ... } } }

About

Build your ES2015+ projects with Buba ❤️

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors