I'm feeling quite frustrated at the moment. It seems like such a simple issue, but I can't seem to figure it out. I have created a basic webpage with a "tree-view" structure.
In my readjson.js file, I am reading from a json file located in json/label.json. However!
Even after updating the json file, it still reads the initial version that was there when I first started. I've tried refreshing the browser, cleaning my build, and more, but the json file on localhost won't update.
Has anyone else encountered this problem and how did you solve it?