Create-react-app have conflict with electron.
Like process.type is undefined at render process.
Must use window.requrie('process').type can get right value. Although it can somehow solve the problem, but still conflict with official electron document. Some library can't use at render process: electron-isdev, electron-log
Did you solve it?