Skip to content

Commit

Permalink
docs: fix webpack plugins overview docs panic for zh lang (#8689)
Browse files Browse the repository at this point in the history
fix: docs panic for zh lang
  • Loading branch information
SyMind authored Dec 12, 2024
1 parent 366a761 commit c81fa8d
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 c81fa8d

Please sign in to comment.