dillon1000/react
Commit
Browse files 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)
Changed paths1 file
First-parent comparisonpackages/react-devtools-extensions/webpack.config.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…