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.
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.