I've been working on creating a custom extension for woocommerce-admin analytics. I successfully installed an example extension and it functions properly. However, any updates that I make to its js/index.js file are not showing up in the browser.
Specifics:
To install woocommerce-admin, I followed the guidelines outlined here: https://github.com/woocommerce/woocommerce-admin
Next, I added the add-report extension by following these instructions: https://github.com/woocommerce/woocommerce-admin/tree/main/docs/examples/extensions
When I access http://localhost/wp-admin, the example extension works perfectly fine.
According to Woocommerce Dev Docs, "You can modify Javascript and PHP files in the example and see changes applied upon refreshing", but despite editing add-report/js/index.js, no updates are reflected in the browser.
Any insights into what I might be overlooking?