From f6a4ad59c0ed43a7a92b7dc54961e4bca5c41a19 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 26 Jul 2019 14:41:54 -0700 Subject: [PATCH] Update react-devtools-core to 3.6.3 to fix React Inspector Summary: It appears that Electron (or the version of Chromium it uses) has a bug that causes a `webview` process to crash if `URL.createObjectURL` is used. Before releasing `react-devtools-core` 3.5.0, we updated Webpack and the loaders we used. Apparently the version of `style-loader` we now use makes use of the `URL.createObjectURL` API for CSS source maps. This triggers the `webview` crash I mentioned above. The fix for this is to disable CSS source maps, in which case the loader just uses a `