Merge pull request #588 from prince-chrismc/patch-1

Account for the change in context isolation with Electron 12
This commit is contained in:
Maxime GRIS
2021-03-28 11:24:00 +02:00
committed by GitHub

View File

@@ -36,7 +36,8 @@ module.exports = function (config) {
nodeIntegration: true, nodeIntegration: true,
nodeIntegrationInSubFrames: true, nodeIntegrationInSubFrames: true,
allowRunningInsecureContent: true, allowRunningInsecureContent: true,
enableRemoteModule: true enableRemoteModule: true,
contextIsolation: false
} }
} }
} }