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
Solved it
const electron = require('electron'); const remote = electron.remote;