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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user