AndreasFaust / gatsby-source-custom-api

Source data from any API and transform it to (File-)Nodes.
52 stars 25 forks source link

Unable to use netlify-plugin-gatsby-cache cache #10

Open mjenczmyk opened 4 years ago

mjenczmyk commented 4 years ago

Hi,

it seems that netlify-plugin-gatsby-cache cache is always being deleted when using this plugin.

8:21:45 PM: info One or more of your plugins have changed since the last time you ran Gatsby. As
8:21:45 PM: a precaution, we're deleting your site's cache to ensure there's no stale data.

When I remove this plugin (and the page that is using API data) cache is being read correctly, isn't being deleted and build time on consecutive builds is much shorter.