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/artifact/public-path-non-string-manifest.md.

artifact/public-path-non-string-manifest

  • Category: correctness
  • Default severity: warning

Issue

Module Federation skips manifest generation when bundler output.publicPath is not a string.

How to fix it

Set output.publicPath to a string URL, root-relative path, or auto when manifests are required.

Suppress or retarget with rules["artifact/public-path-non-string-manifest"] set to "off" or a severity — see Suppressions and allowlists.

Sources