0.0.1 • Published 6 years ago

babel-plugin-babel-rocks v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

babel-plugin-babel-rocks

Extended plugin sample for Babel.

Installation

$ npm install babel-plugin-babel-rocks

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["babel-rocks"]
}

Via CLI

$ babel --plugins babel-rocks script.js

Via Node API

require('babel').transform('code', {
  plugins: ['babel-rocks']
});