react-universally
react-universally copied to clipboard
HMR breaking: Figure out better solution for AccessControlAllowOrigin for webpack dev server
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.
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 ?