0.1.0-beta.0 • Published 7 years ago

browsery-cache-fly v0.1.0-beta.0

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

browsery-cache-fly 📝✈️

Observe if exists changes in the files, if exists it this is transform.

How to Install

npm install --save-dev git@github.com:JonDotsoy/browsery-cache-fly.git

How to Use

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

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

Docs