Currently, I am diving into Electron and experimenting with building a simple app in Angular using webpack for livereload. However, I have encountered an issue where on hot reload, the app displays a blank view (*see screenshot below) and I have to restart Electron to resolve it. Interestingly, I have also created a similar app in React which works without any problems.
If you want to take a look at the code, it's available on this repository: https://github.com/graemec23/Favourite-places-ng1
Your advice or suggestions would be greatly appreciated.