You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set a breakpoint in counter.js (inside setCounter() function), and notice that it hits.
Now modify counter.js and wait for the HMR to happen, and notice that the breakpoint is
gone (vitejs/vite#13503).