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

View File

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