dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisonscripts/rollup/modules.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…