mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
39ce13e9b3
The 'transform-object-assign-require.js' plugin replaces usage of Object.assign with require('object-assign').
But it needs to make sure the current file is not 'object-assign' itself. Otherwise a circular dependency will be introduced.