Browserify plugin for Fly.
![](https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square)
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-browserify
Example
ES6
export default function* () {
yield this.clear("build")
yield this
.source(paths.scripts)
.browserify({ transform: [require("reactify")] })
.concat("bundle.js")
.target("lib")
}
Earl Grey
require: earlify
provide: default
default = *->
yield this.clear("build")
yield chain this:
@source: paths.scripts
@browserify: { transform = {earlify} }
@concat: "bundle.js"
@target: .lib
License
MIT © Jake Russo et al