diff --git a/website/components/PluginSupportStatusTable.tsx b/website/components/PluginSupportStatusTable.tsx index c65103615df..74693740e58 100644 --- a/website/components/PluginSupportStatusTable.tsx +++ b/website/components/PluginSupportStatusTable.tsx @@ -373,7 +373,10 @@ const pluginSupportStatusList: PluginSupportStatus[] = [ }, { name: 'JavascriptModulesPlugin', - status: SupportStatus.FullySupported, + status: SupportStatus.partiallySupported, + notes: { + en: 'Static `getCompilationHooks()` method does not return all hooks', + }, }, { name: 'LibManifestPlugin',