Look at concurrency issues with reloading and electron
Closed this issue · 3 comments
erikyuzwa commented
- There are still issues with concurrency for the npm run electron:* tasks
- Must be a better solution for handling the reload of any changed source files while running Electron
slashman commented
No luck with my research on this trying to chain the scripts so that webpack runs first, completes packing, then yields to electron but keeps watching.
erikyuzwa commented
Yeah - I haven't had much luck either. I started a new issue #16 to look at Electron Forge which might help out here?
erikyuzwa commented
closing this down. Pretty much hit a dead end.