Skip to content

Commit

Permalink
docs: clarify support for JavaScriptModulesPlugin as partial (#8678)
Browse files Browse the repository at this point in the history
Clarify support for JavaScriptModulesPlugin as partial
  • Loading branch information
steverep authored Dec 12, 2024
1 parent dc4b170 commit 9b6d2a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/components/PluginSupportStatusTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9b6d2a5

Please sign in to comment.