electron-typescript-react-mui icon indicating copy to clipboard operation
electron-typescript-react-mui copied to clipboard

preload.js如何设置呢?

Open woestler opened this issue 3 years ago • 0 comments

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

求解决,谢谢

woestler avatar Jul 20 '22 03:07 woestler