fly-browserify

1.0.0 • Public • Published

Browserify plugin for Fly.

npm package

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7
  • 0.1.2
    4
  • 0.1.1
    3
  • 0.1.0
    2

Package Sidebar

Install

npm i fly-browserify

Weekly Downloads

8

Version

1.0.0

License

MIT

Last publish

Collaborators

  • lukeed
  • madcapjake