Seeing this error http://localhost:4000/__webpack_hmr net::ERR_INCOMPLETE_CHUNKED_ENCODING in browser console after upgrading to node v8. As a result, code injection fails for certain updates.
UPDATE:
Here's what I've tried and known to work
- About 15 seconds after launching application, this error pops up in the console
- About 30 ~ 45 seconds later, hmr works again
- And then, it randomly breaks. Haven't been able to determine the criteria upon which it fails
- hmr was stable in node v7
reference: egoist/poi#179
Seeing this error
http://localhost:4000/__webpack_hmr net::ERR_INCOMPLETE_CHUNKED_ENCODINGin browser console after upgrading to node v8. As a result, code injection fails for certain updates.UPDATE:
Here's what I've tried and known to work
reference: egoist/poi#179