Hi, I am building a React + Electron app and am having trouble once the app has been packaged for release. The es2015 syntax no longer works once the app has been built.
I've seen several posts advising the use of electron-prebuilt-compile so I uninstalled electron, ran rm -rf node_modules and installed electron-prebuilt-compile@3.0.6. I am still receiving syntax errors.
Is there more to using this module when the application already exists?
Ultimately, if anyone has some information regarding packaging an app with es2015 syntax I would be very grateful.
Hi, I am building a React + Electron app and am having trouble once the app has been packaged for release. The es2015 syntax no longer works once the app has been built.
I've seen several posts advising the use of electron-prebuilt-compile so I uninstalled electron, ran
rm -rf node_modules
and installed electron-prebuilt-compile@3.0.6. I am still receiving syntax errors.Is there more to using this module when the application already exists?
Ultimately, if anyone has some information regarding packaging an app with es2015 syntax I would be very grateful.