Observe if exists changes in the files, if exists it this is transform.
npm install --save-dev git@github.com:JonDotsoy/browsery-cache-fly.git
const cacheFly = require('browsery-cache-fly')
const bundler = browserify({
transform: cacheFly(null, babelify)
})
bundler.add('./app.js')
// ...