diff --git a/src/content/concepts/module-federation.mdx b/src/content/concepts/module-federation.mdx index b8b57df6de24..58797663bd3d 100644 --- a/src/content/concepts/module-federation.mdx +++ b/src/content/concepts/module-federation.mdx @@ -376,4 +376,3 @@ new ModuleFederationPlugin({ ### 来自多个 remote 的模块之间的冲突 $#collision-between-modules-from-different-remotes$ 如果你想从不同的 remote 中加载多个模块,建议为你的远程构建设置 [`output.uniqueName`](/configuration/output/#outputuniquename) 以避免多个 webpack 运行时之间的冲突。 -If you're going to load multiple modules from different remotes, it's advised to set the [`output.uniqueName`](/configuration/output/#outputuniquename) option for your remote builds to avoid collisions between multiple webpack runtimes.