mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
* Add forwarding modules * Codemod to use full package path outside of own package Files that require modules from a different package than their own now does so by the npm path name instead of the providesModule. * Codemod fbjs module dependencies * Fix gulp module mapping config This is a bit lame but because of our module rewrite we need to white list all the paths that we don't *don't* want to rewrite.
Forwarding Modules
This directory defines modules that normally exist on npm but replaces them with forwarding modules that point to our internal providesModule files.