Don't crash if users mistakingly install babel, webpack, jest, loaders, etc, at the top level
Created by: gaearon
I’ve seen this issue multiple times. For some reason people don’t believe react-scripts
is enough and try to install Babel, Webpack, and friends themselves. This can break things.
We need to mitigate this somehow.