browsery-cache-fly

0.1.0-beta.0 • Public • Published

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')
// ...

Readme

Keywords

Package Sidebar

Install

npm i browsery-cache-fly

Weekly Downloads

2

Version

0.1.0-beta.0

License

MIT

Last publish

Collaborators

  • jondotsoy