dillon1000/react

Commit

react-devtools-core standalone bugfix: prevent electron crash

CSS source maps require the style-loader to use URL.createObjectURL (rather than just a <style> tag). For some reason, this crashes Electron's webview process, which completely breaks the embedded extension inside of Nuclide and other Electron apps. This commit turns (CSS) source maps off for production builds to avoid this crash.
Browse files
Changed paths3 files
First-parent comparison
M packages/react-devtools-core/webpack.standalone.js ModifiedM shells/browser/shared/webpack.config.js ModifiedM shells/dev/webpack.config.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…