Created by: hasanayan
there were some updates on @pmmmwh/react-refresh-webpack-plugin
for webpack 5 and module federation compability. This PR upgrades the dependency to its last version.
Currently react-scripts is using @pmmmwh/react-refresh-webpack-plugin@0.5.0-rc.1
, this seems to cause problems with module federation and those problems were fixed in the last version of the plugin. With this PR we aim to upgrade the dependency version to 0.5.0-rc.3
and resolve those issues.
https://github.com/facebook/create-react-app/pull/11241#issuecomment-899954332