I’d like to speed up build times by caching assets between builds. I noticed there was a Gatsby Netlify plug-in that does something like this, I think it moves a .cache folder between adjacent builds.
I download a bunch of frontend libraries on npm install and I’m looking for a way to cache these between builds because it takes a long time compared to building the site.
Is there a way to do this for non Gatsby sites? Could just use the Gatsby plugin or would I need to do it some other way?