I don't know if this is even possible, but I am requiring a large number of files that my bundle exposes using browserify.require(filename). It appears to me that Watchify does not cache these files at all, as I am seeing significantly longer build times vs. browserify.add().
I don't know if this is even possible, but I am requiring a large number of files that my bundle exposes using
browserify.require(filename)
. It appears to me that Watchify does not cache these files at all, as I am seeing significantly longer build times vs.browserify.add()
.