0.1.1 • Published 9 years ago
fly-react v0.1.1
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