Hot Module Replacement isn't working
Closed this issue · 3 comments
tiagosimoesdev commented
Describe the bug
Running a clean installation after npm run dev and running npm run hot , after changing a vue file hmr doesn't do anything.
To Reproduce
1- Clean install
2- npm run dev
3 - npm run hot
4 - Try changing a vue file , it doesn't do anything.
Expected behavior
HMR should work , after changing a vue file it should replace directly in browser without refresh the changes.
Screenshots
NA
Platform (please complete the following information):
- OS: Windows 10 home
- Browser chrome
- Version 72.0.3626.109
- Node Version v10.9.0
- PHP Version 7.2.6
Additional context
adenvt commented
I can't reproduce this issue on Ubuntu 16.04, but i haven't try on Windows yet. But i think it because browser cache.
adenvt commented
related issue: laravel-mix/laravel-mix#1993
adenvt commented
I close this because related issue has been closed