Custom Gutenberg block changes not updating after npm start
# Postmortem: Custom Gutenberg Block Changes Not Updating After `npm start` **Summary** – JavaScript changes in a custom Gutenberg block created with `@wordpress/create-block` aren’t reflected in the WordPress editor despite running `npm start`. – Occurs in a local WordPress environment using XAMPP, with no active caching plugins. **Root Cause** – **Hard browser caching** of JavaScript … Read more