Package version questions #769
-
Hi all, Thank you so much for all the work put into module federation! I migrated my company's entire frontend application to use it and it's been great. After setting it up and reading the book linked in this repo, I had a few questions that I can't seem to find an answer to. I would really appreciate if someone could point me in the right direction.
Thanks so much and really appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@ScriptedAlchemy do you have any insights here? I couldn't find this in the book. Would really appreciate it if you could point me in the right direction. |
Beta Was this translation helpful? Give feedback.
-
If you're using ^ in package json. Webpack will upgrade to the latest. When / if you're using singletons with various versions hard locked. Webpack will likely go with the best (latest patch) available within one share scope |
Beta Was this translation helpful? Give feedback.
If you're using ^ in package json. Webpack will upgrade to the latest.
When / if you're using singletons with various versions hard locked. Webpack will likely go with the best (latest patch) available within one share scope