Dependency on "@module-federation/rspack" #3614
patricklafrance
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I installed
@module-federation/enhancedin a new project and my package manager is bugging me because there's a missing peer dependency:@rspack/core@>=0.7.Turns-out the peer comes from:
It seems odd to me that
@module-federation/enhancedhas a dependency on@module-federation/rspackwhich force every project to add@rspack/coreas a dependency.IMO, bundler libraries shouldn't be added as a dependency of a project. Furthermore, my project isn't even using Rspack as a bundler.
Thank you,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions