UNPKG

persistify

Version:

a wrapper around `browserify` and `watchify` to make incremental builds without the need of the watch mode

6 lines (4 loc) 134 B
var abc = require('./dep2'); console.log('hello world!!!!'); abc.showMetal(require('./deps/dep-3')); abc.on('update', (x) => x * 2);