Posted Apr 18, 2018 by Maël Nison Let’s say we want to write a React plugin. Since we’ll need to require the react package, we add it to our dependencies like this: Then we run yarn install, everything works, we’re happy, we publish our package to the World Wide Web, and then… Someone tries to install it, and it breaks. Not cool. We start getting reports from users saying that React is present mul