UNPKG

persistify

Version:

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

10 lines (7 loc) 244 B
var abc = require('./dep2'); console.log('hello world!!!!'); console.log('another world'); abc.showMetal(require('./deps/dep-3')); abc.on('update', (x) => x * 2); var demoM = require('./deps/demo.m.less'); console.log(demoM.t('some-class'));