Skip to content

Commit c81fa8d

Browse files
authored
docs: fix webpack plugins overview docs panic for zh lang (#8689)
fix: docs panic for zh lang
1 parent 366a761 commit c81fa8d

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)