5.0.8
Chrome 73 / macOS Mojave
npm run serveTo open the Vue Devtools and for HMR to be working as expected.
When the Vue Devtools are opened, HMR breaks on save and only when I refresh the browser do I get the up to date content.
After doing these steps, HMR actually works on the first save. But on the second save and beyond, HMR is broken until I first close the chrome devtools sidebar entirely and perform a full refresh of the browser.
After some testing, it seems that edits to the javascript of the .vue files aren't triggering a reload after the devtools are opened. Edits to the template and style sections are triggering a reload as expected.
Please provide a minimal runnable reproduction of the problem.
I'm also experiencing similar problem with Firefox 66.0.4 and Google Chrome 74.0.3729.28. In my case, edits to template and sryle section also does not work.
Here is the minimal project producing this problem.
experiencing the same issue here
Most helpful comment
I'm also experiencing similar problem with Firefox 66.0.4 and Google Chrome 74.0.3729.28. In my case, edits to template and sryle section also does not work.
Here is the minimal project producing this problem.
https://github.com/Kogia-sima/vue-devtools-issue-961