Netlify build plugin that persists the Gatsby .cache directory between builds on Netlify, drastically reducing rebuild times by avoiding redundant content processing. v0.3.2 (last release 2022). Maintenance mode – no active development, but stable for basic use. Key differentiator: minimal configuration (one TOML line) vs manual cache restore scripts. Works by saving/restoring the cache folder to Netlify's deploy cache. Only for Gatsby sites hosted on Netlify.
npm install netlify-plugin-gatsby-cacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures the Netlify plugin to persist Gatsby cache between builds.
Consider migrating to Netlify's official build plugins or using Nx cloud caching.
Ensure `publish = "public"` matches your Gatsby output folder.
Install via Netlify UI or add `[[plugins]]\n package = "netlify-plugin-gatsby-cache"` to netlify.toml.
No dependency data recorded yet.