dillon1000/react
Commit
Browse files DevTools: Drop IE 11 support (#19875)
DevTools shared Babel config previously supported IE 11 to target Hermes (for the standalone backend that gets embedded within React Native apps). This targeting resulted in less optimal code for other DevTools targets though which did not need to support IE 11. This PR updates the shared config to remove IE 11 support by default, and only enables it for the standalone backend target.
Changed paths2 files
First-parent comparisonpackages/react-devtools-core/webpack.backend.js ModifiedM packages/react-devtools-shared/babel.config.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…