-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
preload.js如何设置呢?
webPreferences: {
nodeIntegration: true,
contextIsolation: true,
devTools: process.env.NODE_ENV !== "production",
preload: path.join(rootPath, "src/main/preload.js"),
},
在设置contextIsolation为true之后会报错
报错信息如下:
Uncaught ReferenceError: global is not defined
at jsonp chunk loading:42:1
at jsonp chunk loading:511:1
at startup:6:1
求解决,谢谢
Metadata
Metadata
Assignees
Labels
No labels