Skip to content

Commit 3c2677c

Browse files
committed
fix: docs panic for zh lang
1 parent d1079dc commit 3c2677c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/components/PluginSupportStatusTable.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,9 @@ const pluginSupportStatusList: PluginSupportStatus[] = [
373373
},
374374
{
375375
name: 'JavascriptModulesPlugin',
376-
status: SupportStatus.partiallySupported,
376+
status: SupportStatus.PartiallySupported,
377377
notes: {
378+
zh: '静态方法 `getCompilationHooks()` 的返回值未支持所有 hook',
378379
en: 'Static `getCompilationHooks()` method does not return all hooks',
379380
},
380381
},

0 commit comments

Comments
 (0)