fix el 20 worker
This commit is contained in:
parent
67094c5e41
commit
b1d1ad1653
2 changed files with 8 additions and 6 deletions
|
@ -333,7 +333,7 @@ export class BrowserWindow {
|
|||
contextIsolation: false,
|
||||
webviewTag: true,
|
||||
plugins: true,
|
||||
nodeIntegrationInWorker: false,
|
||||
nodeIntegrationInWorker: true,
|
||||
webSecurity: false,
|
||||
preload: join(utils.getPath("srcPath"), "./preload/cider-preload.js"),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue