dillon1000/react

Commit

Disable DevTools minification (#19369)

DevTools isn't being downloaded like typical JavaScript, so bundle size concerns don't apply. Parsing is still a consideration (so I'm open for discussion here) but I think this change would provide a couple of benefits:
* People are more likely to *actually read* non-minified source code when e.g. a breakpoint is hit (as with the recent debugger statement)
* Component stacks will be easier to parse on bug reports
Browse files
Changed paths4 files
First-parent comparison
M packages/react-devtools-extensions/webpack.backend.js ModifiedM packages/react-devtools-extensions/webpack.config.js ModifiedM packages/react-devtools-inline/webpack.config.js ModifiedM packages/react-devtools-shell/webpack.config.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…