dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonpackages/react-devtools-core/webpack.standalone.js ModifiedM shells/browser/shared/webpack.config.js ModifiedM shells/dev/webpack.config.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…