I'm using Electron with Typescript and Webpack according to an example project I found and my problem is that it's not packing anything but my main typescript file. All other files including the css and fonts etc aren't being found by the electron window. The typescript files cause the error in the title and the other files cause javascript console missing errors. The main.ts file is the only file of mine in the contents of my .webpack/renderer/main_window/index.js.
Plz help?