I created a build file for use with the Spring Framework with webpack. The generated file is "... /webapp/resources/js/build.js". The problem is that the changes in the JS file have not been reflected in the browser despite the changes.
For example, changes are not reflected when I press F5 in browser. How can I reflect changed js file? I want to ensure that the js file is not cached in the browser to reflect that js has changed. How do I clear the cache?