Replies: 1 comment 3 replies
-
Hmm I'll need to verify this - exposing modules like this should result in 1 container bundle and then |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a module federation webpack
there are two exposes
a: 'a.js'
b:'b.js'
b is use by a.js too and after creating bundle b is duplicated in a.bundle and b.bundle
how this could be happened and how can I prevent it
Beta Was this translation helpful? Give feedback.
All reactions