You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a hypothetical but I couldn't find a good answer to it and thought might ask it here. Let's say my project requires foo@0.0.2 and bar@0.0.1. In the meantime, bar requires foo@0.0.1. Which version of foo would be loaded by webpack? Would both versions be loaded? What can I do to prevent both versions from being loaded, if that is the case?