-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RNGP - Do not attempt to load JSC from other repositories (#45598)
Summary: Pull Request resolved: #45598 I've noticed we attempt to load JSC from the Sonatype Snapshot repository. That is inefficient as we already know that JSC is available only inside node modules. This change makes the repository resolution stricter by better specifying which repo can download which dependency. Changelog: [Internal] [Changed] - Do not attempt to load JSC from other repositories Reviewed By: cipolleschi Differential Revision: D60116002 fbshipit-source-id: 21a2213708f5b0103860a59f3342f1bc0f59cdb9
- Loading branch information
1 parent
48f6c3c
commit bd4aec8
Showing
2 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters