dillon1000/react
Commit
Browse files [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.
Changed paths3 files
First-parent comparisonpackages/react-devtools-extensions/src/main/cloneStyleTags.js ModifiedM packages/react-devtools-extensions/src/main/index.js ModifiedM packages/react-devtools-extensions/webpack.config.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…