Hi!
I've used this in a project that leverages async/await, and although it works perfectly fine when I just do electron ., whenever I use electron-packager I get Unexpected token ( errors in the built app, leading me to believe the build process isn't transpiling my JS and thus Electron is choking on the async functions.
Any idea what extra config I need to do to get EPC to build correctly? Thanks!
Hi! I've used this in a project that leverages async/await, and although it works perfectly fine when I just do
electron .
, whenever I useelectron-packager
I getUnexpected token (
errors in the built app, leading me to believe the build process isn't transpiling my JS and thus Electron is choking on the async functions.Any idea what extra config I need to do to get EPC to build correctly? Thanks!