mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +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.
10 lines
132 B
JavaScript
10 lines
132 B
JavaScript
/**
|
|
* Copyright 2016-present Facebook. All Rights Reserved.
|
|
*
|
|
* @flow
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('ReactPerf');
|