webPreferences: {
nodeIntegration: true,
contextIsolation: true,
devTools: process.env.NODE_ENV !== "production",
preload: path.join(rootPath, "src/main/preload.js"),
},
Uncaught ReferenceError: global is not defined
at jsonp chunk loading:42:1
at jsonp chunk loading:511:1
at startup:6:1
preload.js如何设置呢?
在设置contextIsolation为true之后会报错
报错信息如下:
求解决,谢谢