netlify-plugin-debug-cache
netlify-plugin-debug-cache copied to clipboard
Debug & verify the contents of your Netlify build cache
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependency [make-dir](https://github.com/sindresorhus/make-dir). These dependencies need to be updated together. Updates `semver` from 6.3.0 to 7.5.3 Release notes Sourced from semver's releases. v7.5.3 7.5.3...
Hi, we recently must change to Ubuntu Focal 20.04 as our Build Image. From there on the Cache does not seem to work properly. ...
My build download doesn't contain the `cache-output.json` that this plugin is meant to add.. Is there anything obvious I'm doing wrong? https://github.com/jasikpark/jasik-xyz
This plugin would be useful for debugging why a build failed, but at the moment that's impossible. Any workarounds?
I’m proposing a small update to this README. The goals: - Ensure that users learn how to install through the Netlify UI - Align it with some recent changes we’ve...
It looks like using `utils.cache.list()` changed the default functionality here and this plugin no longer returns the full cache manifest. ``` [ "/opt/build/repo/.next", "/opt/build/repo/.next/BUILD_ID", "/opt/build/repo/.next/build-manifest.json", "/opt/build/repo/.next/cache", "/opt/build/repo/.next/export-detail.json", "/opt/build/repo/.next/export-marker.json", "/opt/build/repo/.next/prerender-manifest.json", "/opt/build/repo/.next/react-loadable-manifest.json",...