dillon1000/react

Commit

Fix unnecessary ReactDOM require (#9534)

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.
Browse files
Changed paths1 file
First-parent comparison
M scripts/rollup/modules.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…