Upgrade to Electron 10 (#1532)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/1532

Upgrade to Electron 10, in an attempt to fix random hard Electron crashes. Didn't fix it, but given the changelog of Electron with all the bug fixes, seems to be a good idea nonetheless :)

Changelog: Flipper now uses Electron 10

Reviewed By: nikoant

Differential Revision: D23565000

fbshipit-source-id: 3f07b8cf8c438147bde5314698d20046ac9f94cf
This commit is contained in:
Michel Weststrate
2020-09-17 09:42:45 -07:00
committed by Facebook GitHub Bot
parent 0d7cac3952
commit 54d36876b6
5 changed files with 87 additions and 81 deletions

View File

@@ -271,6 +271,7 @@ function createWindow() {
titleBarStyle: 'hiddenInset',
vibrancy: 'sidebar',
webPreferences: {
enableRemoteModule: true,
backgroundThrottling: false,
webSecurity: false,
scrollBounce: true,