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 bc9798a commit b92f6b0Copy full SHA for b92f6b0
MACE_Frontend/main.js
@@ -157,6 +157,7 @@ function createWindow(layout) {
157
show: true,
158
webPreferences: {
159
nodeIntegration: true,
160
+ contextIsolation: false,
161
preload: __dirname + "/preload.js"
162
},
163
id: "map"
MACE_Frontend/package.json
@@ -80,7 +80,7 @@
80
"@types/react-router": "^5.1.4",
81
"concurrently": "^5.1.0",
82
"cross-env": "^7.0.0",
83
- "electron": "^8.0.3",
+ "electron": ">=9.4.0",
84
"electron-builder": "^22.3.2",
85
"identity-obj-proxy": "^3.0.0",
86
"parcel-bundler": "^1.12.4",
0 commit comments