yarn upgrade

Remove `enableRemoteModule` which has now been removed from the types
(the default was false and has been for som time, we were passing
false anyway).
This commit is contained in:
David Baker
2021-09-15 18:27:50 +01:00
parent a6b038e207
commit db86a3f726
3 changed files with 217 additions and 205 deletions
-1
View File
@@ -932,7 +932,6 @@ app.on('ready', async () => {
preload: preloadScript,
nodeIntegration: false,
//sandbox: true, // We enable sandboxing from app.enableSandbox() above
enableRemoteModule: false,
contextIsolation: true,
webgl: false,
},