Created by: raix
Webpack 5 removes the automatic polyfill of NodeJS global "process", this pr adds process fallback as empty object.
Aditionally:
- Updated Webpack
- Updated react-error-overlay build script to use Webpack 5 compiler (in v5 the compiler needs to be closed)
- Updated webpack configs for react-error-overlay
Fixes #11773