react-static -v: 5.9.7node -v: 8.11.3yarn --version or npm -v: yarn 1.9.4Base your steps off of any freshly installed react-static template!
react-static createyarn startHot reloading of components should be working.
I see in the console that HMR is connected, but it doesn't pick up the changes =(
[HMR] Waiting for update signal from WDS...
React-Static data hot-loader websocket connected. Listening for data changes...
Hi, I have the same issue, however since v6 is cooking, I think we can live with the issue, then migrate to 6.
Ok, changing the .babelrc file to the following fixes the issue. If it's such an easy fix why don't you push a fix?
{
"extends": "react-static/.babelrc",
"plugins": [
"react-hot-loader/babel"
]
}
Most helpful comment
Ok, changing the
.babelrcfile to the following fixes the issue. If it's such an easy fix why don't you push a fix?