Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 798 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 798 Bytes

Netlify Plugin Debug Cache

Debug & verify the contents of your Netlify build cache

Install

To install, add the following lines to your netlify.toml file, after any other plugins you may have added:

[[plugins]]
package = "netlify-plugin-debug-cache"

Note: The [[plugins]] line is required for each plugin, even if you have other plugins in your netlify.toml file already.

After the build is complete, download the built assets and inspect the cache manifest file.

In Netlify, you can download the build with this icon

image

Then inspect the cache output

image