react-refresh-webpack-plugin
react-refresh-webpack-plugin copied to clipboard
Hello, I configured the hot update according to the document method, but when I changed the JS file, the whole page was refreshed instead of partial refresh. Why?
Hello, I configured the hot update according to the document method, but when I changed the JS file, the whole page was refreshed instead of partial refresh. Why?
@Yangbg2018 I have same issue above. In my case, I set liveReload: false in devServer then whole page reload issue have gone.
@Yangbg2018 I have same issue above. In my case, I set
liveReload: falsein devServer then whole page reload issue have gone. I will refresh the whole page according to your configuration. I'm going to collapse.
Hi, did you read this?
https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/docs/TROUBLESHOOTING.md
Is it just refreshing for some changes, or all the changes? Do you have a lot of non-React-related named imports near application root?