dillon1000/react

Commit

refactor[devtools/extension]: minify production builds to strip comments (#27304)

Currently, we are unable to publish a release to Firefox extensions
store, due to `parseHookNames` chunk size, which is ~5mb.

We were not minifying production builds on purpose, to have more
descriptive error messages. Now, Terser plugin will only:
- remove comments
- mangle, but keeping function names (for understandable bug reports)
Browse files
Changed paths1 file
First-parent comparison
M packages/react-devtools-extensions/webpack.config.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…