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/enhanced
in 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/enhanced
has a dependency on@module-federation/rspack
which force every project to add@rspack/core
as 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