dillon1000/react
Commit
Browse files 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
Changed paths4 files
First-parent comparisonpackages/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 ModifiedPatch
Files changed
Rendering syntax-highlighted changes…