Currently when we use the @paciolan/remote-component in create-react-app 5.0.1 (webpack 5), it will throw errors "webpack < 5 used to include polyfills for node.js core modules..." as webpack 5 no longer polyfills http and https node module.
We need to include polyfill dependencies by ourselves and use a browser field.
Currently when we use the @paciolan/remote-component in create-react-app 5.0.1 (webpack 5), it will throw errors "webpack < 5 used to include polyfills for node.js core modules..." as webpack 5 no longer polyfills http and https node module.
We need to include polyfill dependencies by ourselves and use a browser field.