docs: update fiddles/quick-start to set contextIsolation: false (#27970)
This commit is contained in:
parent
360d1b2bfd
commit
2e091d401e
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ function createWindow () {
|
|||
width: 800,
|
||||
height: 600,
|
||||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue