Closed reed-jones closed 6 years ago
Parcel has an API for calling a build inside JS. Might be intresting to use that instead of execa in your example
That's a good idea, thanks. I'll see if i can get that working :)
I can't seem to start the HMR/development server using the API, so for the time being I guess I will leave execa in place.
Closing due to inactivity
electron-parcel-template is a small example/template of a setup electron app, with hot reloading and all of parcels goodness.