dillon1000/react

Commit

[DevTools] fix: dont ship source maps for css in prod builds (#34913)

This has been causing some issues with the submission review on Firefox
store: we use OS-level paths in these source maps, which makes the build
artifact different from the one that's been submitted.

Also saves ~100Kb for main.js artifact.
Browse files
Changed paths3 files
First-parent comparison
M packages/react-devtools-extensions/src/main/cloneStyleTags.js ModifiedM packages/react-devtools-extensions/src/main/index.js ModifiedM packages/react-devtools-extensions/webpack.config.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…