From 3c2677cdac5ed029bcf8ab792c07835ab625e994 Mon Sep 17 00:00:00 2001 From: Cong-Cong Date: Thu, 12 Dec 2024 20:19:52 +0800 Subject: [PATCH] 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', }, },