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

Lightweight, modern boilerplate built with electron, typescript, react, and material-ui.

Results 4 electron-typescript-react-mui issues
Sort by recently updated
recently updated
newest added

Hi Team, Thanks for the fantastic starter project, it's saved a lot of time, but unfortunately I've lost probably more time trying to get the tray icon to work :(...

Hello, Is it possible to also add preload.ts and let it to be compiled to the dist folder and then loaded by main? Thanks

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...