From c81fa8d91282a8497dfc2103f436fd06bf26a56c Mon Sep 17 00:00:00 2001 From: Cong-Cong Pan Date: Thu, 12 Dec 2024 20:28:42 +0800 Subject: [PATCH] docs: fix webpack plugins overview docs panic for zh lang (#8689) fix: docs panic for zh lang --- website/components/PluginSupportStatusTable.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/components/PluginSupportStatusTable.tsx b/website/components/PluginSupportStatusTable.tsx index 74693740e58..418c906d67c 100644 --- a/website/components/PluginSupportStatusTable.tsx +++ b/website/components/PluginSupportStatusTable.tsx @@ -373,8 +373,9 @@ const pluginSupportStatusList: PluginSupportStatus[] = [ }, { name: 'JavascriptModulesPlugin', - status: SupportStatus.partiallySupported, + status: SupportStatus.PartiallySupported, notes: { + zh: '静态方法 `getCompilationHooks()` 的返回值未支持所有 hook', en: 'Static `getCompilationHooks()` method does not return all hooks', }, },