docs: update fiddles/quick-start to set contextIsolation: false (#27970)

This commit is contained in:
Jeremy Rose 2021-03-03 16:18:07 -08:00 committed by GitHub
parent 360d1b2bfd
commit 2e091d401e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,8 @@ function createWindow () {
width: 800, width: 800,
height: 600, height: 600,
webPreferences: { webPreferences: {
nodeIntegration: true nodeIntegration: true,
contextIsolation: false
} }
}) })