hjkcai / webpack-multipage-boilerplate

A boilerplate using pug, less and webpack 2 for building multi-page website
10 stars 3 forks source link

[HMR] Update check failed #3

Open Laxiston opened 7 years ago

Laxiston commented 7 years ago

Hey, @hjkcai. In the development mode when editing files, an error occurs in the browser console.

[HMR] Update check failed: Error: Manifest request to /df41d2f650ca3d27e0a4.hot-update.json timed out.
    at XMLHttpRequest.request.onreadystatechange (http://localhost:8080/common.js:65:22)

Any ideas how this can be fixed?

hjkcai commented 7 years ago

Could you please provide more information about this error? I have never seen this error. Maybe you should check your system's proxy settings? It seems that something blocked the connection to the local development server.