From 1996389336bd6439db671965f825d5eae28269cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=AE=87=E7=BF=94?= Date: Fri, 4 Oct 2024 15:18:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/concepts/module-federation.mdx | 1 - 1 file changed, 1 deletion(-) 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.