fly-react

0.1.1 • Public • Published

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

/fly-react/

    Package Sidebar

    Install

    npm i fly-react

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • underc0de