netlify-plugin-debug-cache
netlify-plugin-debug-cache copied to clipboard
Manifest no longer contains all files in cache
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",
"/opt/build/repo/.next/routes-manifest.json",
"/opt/build/repo/.next/serverless",
"/opt/build/repo/.next/static"
]
So I can see the directories but I need to know whats inside them for debugging.
Reverting to the original code will solve this issue.