fix hmr reload iframe
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