ctrlplusb / react-universally

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

HMR breaking: Figure out better solution for AccessControlAllowOrigin for webpack dev server #506

Open ctrlplusb opened 6 years ago

ctrlplusb commented 6 years ago

At the moment, you need to browse using http://0.0.0.0:1337 for HMR to work. This matches the host value specified in configs etc.

mathportillo commented 6 years ago

hello, there is no live reload for me even using http://0.0.0.0:1337

I found that removing async components fix the problem. Is this unrelated to AccessControlAllowOrigin ?