0.1.1 • Published 9 years ago

fly-react v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

react plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-react

Example

Check flyfile.js and test directory :)

export default function* () {
  yield this.clear("test/example.js")
  yield this
    .source("test/example.jsx")
    .react({
      sourceMap: false,
      target: 'es5'
    })
    .target(".")
}

License

MIT © Iegor Azuaga

0.1.1

9 years ago

0.1.0

9 years ago