I've been trying to switch from react hot loader (v3, cause v4 never really worked for me)
When I do an edit, Webpack seems to detect it but no changes are applied in the browser.
Sometimes I have an additional message "Nothing hot updated", sometimes not. In any case, nothing is updated.
[HMR] bundle rebuilding
client.js?9cea:250 [HMR] bundle rebuilt in 359ms
process-update.js?e135:51 [HMR] Checking for updates on the server...
process-update.js?e135:125 [HMR] Updated modules:
process-update.js?e135:127 [HMR] - ./src/application/App/Public/SignIn/SignIn.js
// Sometimes: "Nothing hot updated".
process-update.js?e135:132 [HMR] App is up to date.
I have read the troubleshoot section but there are so many ways to config things that even from the docs I am not sure what I should change. I have this public repo where Webpack configs are available. https://github.com/AoDev/bard-app
The most relevant file would be https://github.com/AoDev/bard-app/blob/master/webpack.config.development.js
I've been trying to switch from react hot loader (v3, cause v4 never really worked for me)
When I do an edit, Webpack seems to detect it but no changes are applied in the browser.
Sometimes I have an additional message "Nothing hot updated", sometimes not. In any case, nothing is updated.
I have read the troubleshoot section but there are so many ways to config things that even from the docs I am not sure what I should change. I have this public repo where Webpack configs are available. https://github.com/AoDev/bard-app
The most relevant file would be https://github.com/AoDev/bard-app/blob/master/webpack.config.development.js