mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
1fd582ba20
Apparently, when you mark something as external in Rollup, a require statement is inserted even if the module isn't used. This is causing ReactDOM and several other modules to be inserted unnecessarily. We need a better fix for this, but I'm pushing this quick fix for now since it's blocking sync to www.