Closed jacob-j closed 2 years ago
Temporary solution is disabling hot refresh, as demonstrated here: https://stackoverflow.com/a/65543913 This works for now, not sure why hot refresh is not working, but seems to be a general problem with CRA
Yeah seems like a common problem, unfortunately.
I am closing this one as it's related to CRA
Hello guys! Fantastic setup, we have begun testing this with our large react app. Everything seems to be running fine, except Hot Refresh when recompiling due to file change.
Have we done something wrong in our config? We tried adding .swcrc with
jsc.transform.react
set to"automatic"
. We also tried adding the same to theswc-loader
plugin.