ababel-react

2.0.0 • Public • Published

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

/ababel-react/

    Package Sidebar

    Install

    npm i ababel-react

    Weekly Downloads

    4

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi