jlengstorf / netlify-plugin-gatsby-cache

185 stars 21 forks source link

update docs to propose GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true #32

Closed PetroPavlenko closed 4 years ago

PetroPavlenko commented 4 years ago

Reason

without GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true build doesn't delete old pages

quantizor commented 4 years ago

Doesn't delete with it either for us

jlengstorf commented 4 years ago

I think this might be an upstream Gatsby issue? if it's not removing old pages from the cache, that can't be fixed in this plugin, and I don't think we should require folks to enable experimental features

it looks like this might be the culprit? https://github.com/gatsbyjs/gatsby/issues/17402

PetroPavlenko commented 4 years ago

yep. We can stay with it