-
Beta Was this translation helpful? Give feedback.
Answered by
jbroma
Dec 6, 2024
Replies: 1 comment 1 reply
-
the gist of it is that these modules are being emitted even when declared as shared deps but will never be used (as in downloaded from the mini app assets) - this can be turned off by adding |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ra1nj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the gist of it is that these modules are being emitted even when declared as shared deps but will never be used (as in downloaded from the mini app assets) - this can be turned off by adding
import: false
to each shared dependency configuration, you can read more about that here: https://webpack.js.org/plugins/module-federation-plugin/#import