bili-babel
v0.2.0
Published
Babel plugin for Bili.
Downloads
15
Readme
bili-babel
Install
You should have bili installed first.
$ npm install -g bili bili-babel
Usage
$ bili --js-compiler babel
Options
// bili.config.js
module.exports = {
jsCompiler: 'babel',
babel: {
presets,
plugins,
include,
exclude
}
}
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D