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/rules/config/copied-webpack-options-on-vite.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.

config/copied-webpack-options-on-vite

  • Kategorie: correctness
  • Standardschweregrad: warning

Problem

Webpack ModuleFederationPlugin-only options pasted onto @module-federation/vite are ignored or misinterpreted, which leads to silent mis-shares or runtime crashes after a webpack-to-Vite migration.

So beheben Sie das Problem

Remove the listed webpack-only keys. Prefer the Vite equivalent when one exists (remotes.<name>.type for remoteType; top-level disableRemote / disableShared / disableSnapshot / target for experiments.optimization.*). Keys without a Vite equivalent are not applicable and should be deleted.

Suppress or retarget with rules["config/copied-webpack-options-on-vite"] set to "off" or a severity — see Suppressions and allowlists.

Quellen