For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/de/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/de/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/de/examples.md.

Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.

Examples

Runnable fixtures that show how MFDoctor behaves on real Module Federation graphs. Start here, then open a specific page for commands and expected findings.

ExampleWhat it showsDocs
examples/mixed-federationGreen Vite + Rspack + Rsbuild host/remotes (e2e path)Mixed federation
examples/nested-federationNested Vite host → Vite/Rsbuild → Rspack/WebpackNested federation
examples/mixed-federation-issuesSame flat topology, intentional red findingsMixed federation issues
examples/standalone-findingsPer-bundler Vite/Webpack/Rspack/Rsbuild build demosStandalone findings
examples/showcaseOne-rule CLI demos by categoryOne-rule showcase
examples/compatibility/webpackWebpack adapter smoke for the compatibility matrixCompatibility

Root helpers: vp run demo:showcase, vp run demo:standalone, vp run demo:mixed-issues, vp run demo:nested, and vp run demo:examples (showcase + standalone + mixed-issues + nested).