Skip to content

Commit

Permalink
fix: docs panic for zh lang
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Dec 12, 2024
1 parent d1079dc commit 3c2677c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/components/PluginSupportStatusTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
Expand Down

0 comments on commit 3c2677c

Please sign in to comment.