We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2642529 commit 1d29621Copy full SHA for 1d29621
generator/templates/base/src/background.js
@@ -19,7 +19,7 @@ function createWindow () {
19
// Create the browser window.
20
win = new BrowserWindow({ width: 800, height: 600, webPreferences: {
21
// Use pluginOptions.nodeIntegration, leave this alone
22
- // See nklayman.github.io/vue-cli-plugin-electron-builder/guide/configuration.html#node-integration for more info
+ // See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html#node-integration for more info
23
nodeIntegration: process.env.ELECTRON_NODE_INTEGRATION
24
} })
25
0 commit comments