babel-plugin-babel-rocks
v0.0.1
Published
Babel console.log plugin
Readme
babel-plugin-babel-rocks
Extended plugin sample for Babel.
Installation
$ npm install babel-plugin-babel-rocksUsage
Via .babelrc (Recommended)
.babelrc
{
"plugins": ["babel-rocks"]
}Via CLI
$ babel --plugins babel-rocks script.jsVia Node API
require('babel').transform('code', {
plugins: ['babel-rocks']
});