ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

[next] Uncaught ReferenceError: webpackHotUpdate is not defined #565

Closed williamoliveira closed 6 years ago

williamoliveira commented 6 years ago

Steps to reproduce:

clean clone on last commit yarn develop change something in a component manually refresh the page

birkir commented 6 years ago

This should be fixed with 5dc8d, just to make sure, remove node_modules and do npm/yarn install again.

williamoliveira commented 6 years ago

Did that but unfortunately the problem continues

birkir commented 6 years ago

Fixed with #566