hasanayan / react-dynamic-remote-component

Allows you to dynamically load a component from a remote using webpack 5's module federation.
MIT License
50 stars 16 forks source link

Check the possibility to expose inner error #4

Closed jzhang-godaddy closed 3 months ago

jzhang-godaddy commented 3 months ago

Hello, I am wondering if it is possible to expose the inner error on loading remote modules. Currently, it only throw a wrapped error without any inner error info. I created a PR for it, can you help to check, if it is a good feature to add. Thank you!

https://github.com/hasanayan/react-dynamic-remote-component/pull/3