Open maxnowack opened 6 years ago
Sorry for the long delay. I made the change you've requested :)
Hi! Presuming there might be compiled packages within node_modules, you may need to also add handling to bust the cache for stack upgrades (eg have a cache signature that is based on $STACK
amongst other things).
I've added caching for development and production
node_modules
. I'm also saving the cache, meteor generates during the build. Reusing that cache, reduced my build time from ~30 minutes to ~10 minutes (!)