You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
Hi,
When opening the dev console in the production build:
Connecting to fusebox HMR at ws://localhost:7992This subsequently refuses to connect, and keeps trying again ad infinitum, filling up the developer console.
I also get all the Recat errors and warnings in the console.
Within the main process (using electron-is-dev) returns the correct boolean value.
The only change I've made to the
fuse.tsfile are:I normally use Webpack, not Fuse, so I'm not as familiar with how things are done in fuse. Any ideas on why this is happening?