Since this is a wrapper around Browserify, is it possible to use Watchify with it out of the box?
It would be nice to be able to
(1) use watchify in npm scripts, and
(2) have the b = browersify() instance exposed somehow in the JS API for Splittable such that I could hook up Browserify and Watchify manually in JS (as you would in a gulpfile.js).
Since this is a wrapper around Browserify, is it possible to use Watchify with it out of the box?
It would be nice to be able to
(1) use
watchifyin npm scripts, and(2) have the
b = browersify()instance exposed somehow in the JS API for Splittable such that I could hook up Browserify and Watchify manually in JS (as you would in agulpfile.js).