Created by: darrenscerri
Add duplicate-package-checker-webpack-plugin as proposed here: #1844 . Display compilation warnings on build.
This feature can be quickly tested by creating an app, installing an old version of fbjs
(yarn add fbjs@0.6.0
) and importing fbjs
from App.js
. This will result in having duplicate fbjs
packages since React already requires the most recent version of fbjs
.