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 f33167d commit 1edfdacCopy full SHA for 1edfdac
package.json
@@ -35,7 +35,7 @@
35
"vite": "^4.2.1",
36
"vite-electron-plugin": "^0.8.2",
37
"vite-plugin-electron": "^0.11.1",
38
- "vite-plugin-electron-renderer": "^0.13.10"
+ "vite-plugin-electron-renderer": "^0.13.11"
39
},
40
"engines": {
41
"node": "^14.18.0 || >=16.0.0"
vite.config.ts
@@ -40,9 +40,7 @@ export default defineConfig(({ command }) => {
],
}),
42
// Use Node.js API in the Renderer-process
43
- renderer({
44
- nodeIntegration: true,
45
- }),
+ renderer(),
46
47
server: !!process.env.VSCODE_DEBUG ? (() => {
48
const url = new URL(pkg.debug.env.VITE_DEV_SERVER_URL)
0 commit comments