-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn about duplicate dependencies #1866
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions. |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Does anyone have an idea why build is failing on AppVeyor? It says |
@gaearon should we put this in a 0.9 release or 0.10? |
564eee5
to
3c1211f
Compare
I'm going to punt this to 0.10 for now since some people rely on CI to check warnings and consider them build failures. I don't want to accidentally upset anyone. Sorry for the wait, @darrenscerri! |
Ok, makes sense. |
@darrenscerri could you please close this PR and open a new one from a feature branch that's on master? |
Thanks so much, @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 importingfbjs
fromApp.js
. This will result in having duplicatefbjs
packages since React already requires the most recent version offbjs
.