mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3f5b8c214f
Since we're not using haste at all, we can just remove the config to disable haste instead of enabling, just to inject an implementation that blocks any haste modules from being recognized. Test Plan: Creating a module and required it to get the expected error that the module doesn't exist.