Robinfr / electron-react-typescript

Electron boilerplate with React, Redux, and TypeScript
MIT License
432 stars 85 forks source link

White screen after build on Windows #28

Closed Vovamzur closed 4 years ago

Vovamzur commented 4 years ago

Hello! I develop in developer mode using

yarn start-dev

but now i want to make .exe on my Windows. I run

yarn dist

open generated program, but it has only white empty screen. My code is here: https://github.com/Vovamzur/shit-electron-metro-model Thanks

Robinfr commented 4 years ago

I usually don't give support on specific projects, but you can also run yarn start to check whether your project is working.

Anyway, you are doing a bunch of Node stuff in the renderer which wouldn't surprise me if it's breaking your application. Also if you cancel the file open window, you get the same result in dev mode.