Skip to content

fix hmr reload iframe

Stuart Fisher requested to merge fix/hmr into master

https://github.com/facebook/create-react-app/issues/11773 https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined/70791920#70791920

Pinning in devDepencies looks to do the trick, resolutions didnt work for me (even with https://www.npmjs.com/package/npm-force-resolutions). I had to delete the package-lock to force the version, hence the changes there

Edited by Valentin Valls

Merge request reports