Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ababel-react

a-labo36MIT2.0.0

React flavor ababel

ababel

readme

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.