0.1.1 • Published 7 years ago

browserify-cache-fly v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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