react-module-federation icon indicating copy to clipboard operation
react-module-federation copied to clipboard

Problem testing chaotically

Open mariomui opened this issue 3 years ago • 0 comments

There is no option to STOP the remotes from building when you run serve.

Having a single server serve all the cached artifacts for devving means you cannot test out ErrorBoundaries, or manuallly shutting down a server to see your default spinner load when the artifact cannot be obtained from a cdn.

You would have to create another webpack config that bypasses withModuleFederation Plugin and Module Federation server in order to obtain true testing.

mariomui avatar Sep 21 '22 06:09 mariomui