We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We try to override a shared package partially (sub path). In our case it is
shared: { react: { singleton: true, }, 'react-dom': { singleton: true, }, '@eschbach/app-sdk/extensions/shared/v1': { singleton: true, }, ...mfOptions.shared, },
The problem looks like it's here:
It is removing the path of the provided package using removePathFromNpmPackage and cannot find the key anymore.
module-federation/core#3682 (comment)
.
Company internal code, I'm sorry.
The text was updated successfully, but these errors were encountered:
A workaround was found: declaring both.
'@eschbach/app-sdk/extensions/shared/v1': { singleton: true, }, '@eschbach/app-sdk': { singleton: true, },
Sorry, something went wrong.
Thanks for your feedback May I ask you to drop a PR to solve this issue?
Successfully merging a pull request may close this issue.
Describe the bug
We try to override a shared package partially (sub path). In our case it is
The problem looks like it's here:
It is removing the path of the provided package using removePathFromNpmPackage and cannot find the key anymore.
module-federation/core#3682 (comment)
Version
.
Reproduction
Company internal code, I'm sorry.
Relevant log output
Validations
The text was updated successfully, but these errors were encountered: