New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

fly-react

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-react

React plugin for Fly

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

fly

FAQs

Package last updated on 16 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts