10000
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 6b7c05b commit 173e02eCopy full SHA for 173e02e
vite.config.ts
@@ -58,7 +58,9 @@ export default defineConfig(({ command }) => {
58
},
59
60
61
- // Use Node.js API in the Renderer process
+ // Ployfill the Electron and Node.js API for Renderer process.
62
+ // If you want use Node.js in Renderer process, the `nodeIntegration` needs to be enabled in the Main process.
63
+ // See 👉 https://github.com/electron-vite/vite-plugin-electron-renderer
64
renderer: {},
65
}),
66
],
0 commit comments