I am new in web development, I am facing a problem about cache.
I have used React, the issue is of mis-match of Main.js in cache and Main.js while deployment because of it I am getting error Uncaught SyntaxError: Unexpected token '<' (at main.377b7ec6.js:1:1)
I thought that this issue is related with cache so I tried to remove cache but still problem exist. Page gets reload only when I use Hard Refresh (Ctrl + Shift + R).
Output is white screen (blank screenshot), It should show the application instead of that.