Hi! I would like to disable HMR because I want to compare the style changes made to a tab to another older, unmodified tab. (From my exp, HMR reloads all tabs)
But by disabling HMR (with hmr: false in vite.config.js), classes modified in blade files are not reflected in the browser, even after reload. How do I go about this? Thanks! 🙂