browserify / watchify

watch mode for browserify builds
Other
1.79k stars 181 forks source link

Does not cache .require() files #141

Closed adamschoenemann closed 9 years ago

adamschoenemann commented 9 years ago

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().

zertosh commented 9 years ago

Try any version after 2.5.0. The caching logic changed and that might have fixed your issue.