0.2.0 • Published 9 years ago
bili-babel v0.2.0
bili-babel
Install
You should have bili installed first.
$ npm install -g bili bili-babelUsage
$ bili --js-compiler babelOptions
// 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