I am trying to develop a little electron angular2 application based on this tutorial
It seems their is some error with the bundling of webpack, because i cant requir
Try adding target: "electron-renderer" to the bottom of the module.exports object in your webpack config. (mine was created via ng eject via the Angular CLI)
target: "electron-renderer"
module.exports
ng eject