browserify-cache-fly

0.1.1 • Public • Published

browserify-cache-fly 📝✈️

A plugin to Browserify to Ignore the files when they have not been modified.

How to Install

npm install --save-dev browserify-cache-fly

How to Use

const cacheFly = require('browserify-cache-fly')

const bundler = browserify({
  transform: cacheFly(null, babelify)
})
bundler.add('./app.js')
// ...

Docs

Package Sidebar

Install

npm i browserify-cache-fly

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jondotsoy