You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is manifesting in my repo because I have a common build package which all apps are importing and there's some sort of collision of webpack versions due to how peers are treated with pnpm.
Describe the bug
ModuleFederationPlugin is directly pulling
tapable
but it doesn't have a direct dependency on it.https://github.com/module-federation/core/blob/main/packages/enhanced/src/lib/container/runtime/FederationModulesPlugin.ts#L7
The plugin has a peer on Webpack, but due to how pnpm works it can't find it in my setup.
I tried making a PR but changeset wants to make it a major version which it shouldn't be so I gave up.
I'm using @module-federation/[email protected].
I think this is manifesting in my repo because I have a common build package which all apps are importing and there's some sort of collision of webpack versions due to how peers are treated with pnpm.
Reproduction
Will provide later if needed
Used Package Manager
pnpm
System Info
Validations
The text was updated successfully, but these errors were encountered: