With each new Google Chrome update, developers experience a mix of benefits and drawbacks. Lately, I have noticed a change in how Chrome handles caching, with everything being cached successively without any disassembly. For instance:
When working on a website, I typically update style sheets and JavaScript files. Previously, when I made changes to a stylesheet file, I could simply reload the page to see the changes. However, after the recent update, I now have to clear the cache (CTRL + SHIFT + i => Network => Disable cache, with a small notice stating While DevTools is open). This has raised the question: Is there a way to revert back to the previous setup? Can changes to stylesheet files take effect immediately upon page reload, without having to constantly open the developer dashboard?