I’ve done a good deal of research on this plugin, but I still don’t understand this part.
What does a production rollout of a new breaking major version of let’s say React look like, when you’re using module federation and continuous deployment (and multiple modules use React)? Things to consider, is there a pattern for releasing all related modules with the updated dependency in an atomic way? Ideally you wouldn’t need to. What does and how should this look? Production ready examples only please, ty!! I haven’t seen this described anywhere.