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:
committed by
Facebook GitHub Bot
parent
0d7cac3952
commit
54d36876b6
@@ -131,6 +131,7 @@ export function launchJsEmulator(url: string, height: number, width: number) {
|
||||
height: height,
|
||||
width: width,
|
||||
webPreferences: {
|
||||
enableRemoteModule: true,
|
||||
preload: require('path').join(
|
||||
remote.app.getAppPath(),
|
||||
'SupportJSClientPreload.js',
|
||||
|
||||
Reference in New Issue
Block a user