browsery-cache-fly
v0.1.0-beta.0
Published
Observe if exists changes in the files, if exists it this is transform.
Readme
browsery-cache-fly 📝✈️
Observe if exists changes in the files, if exists it this is transform.
How to Install
npm install --save-dev [email protected]:JonDotsoy/browsery-cache-fly.gitHow to Use
const cacheFly = require('browsery-cache-fly')
const bundler = browserify({
transform: cacheFly(null, babelify)
})
bundler.add('./app.js')
// ...