ababel-react

React flavor ababel


Keywords
ababel
License
MIT
Install
npm install ababel-react@1.0.5

Documentation

ababel-react

Build Status npm Version JS Standard

React flavor ababel

Installation

$ npm install ababel-react --save

Usage

'use strict'

const ababelReact = require('ababel-react')

const co = require('co')

co(function * () {
  yield ababelReact('**/*.jsx', {
    cwd: 'src',
    out: 'dest',
    minified: true
  })
}).catch((err) => console.error(err))

License

This software is released under the MIT License.

Links