For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/rules/reliability/version-first-offline-remotes.md.

reliability/version-first-offline-remotes

  • Category: reliability
  • Default severity: warning

Issue

An unavailable remote can break startup before its exposed module is requested. The demo policy only softens this recommendation when every remote is an explicitly known-local bare/relative entry or loopback URL during development; external, authenticated non-loopback, unknown, and CI remotes remain visible.

How to fix it

Use loaded-first when delayed remote failure is acceptable, or keep version-first and add @module-federation/retry-plugin / an errorLoadRemote recovery plugin. A runtime plugin that deliberately sets shareStrategy to loaded-first (including Modern's shared-strategy plugin) is treated as the loaded-first choice.

Suppress or retarget with rules["reliability/version-first-offline-remotes"] set to "off" or a severity — see Suppressions and allowlists.

Sources