webpack-hot-middleware: Update check failed: Error: Manifest request to
When the while is changed its not updating the page. I get this error in console.
Update check failed: Error: Manifest request to /js/07681e28c4f19d102b51.hot-update.json timed out.
When i change the the file content
[HMR] bundle rebuilding bundle.js:55 [HMR] bundle rebuilt in 3700ms
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 3
- Comments: 16
Ok, I figured out what the problems were
start
task, I assume you were running the server some other way - but I added one anywayentry
option in webpack config didn’t include your actual applicationdebug
conditional for theplugins
setting was set up in a way that didn’t include any plugins in dev mode, I’ve hanged this to now use all of the same plugins except for uglifyAfter making those changes, HMR started working for me
Here’s the diff of the changes I made
i have removed the hot and online from webpack devserver , now the page is not loading at all. webpack.config.js