You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
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 [email protected]. 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.
The text was updated successfully, but these errors were encountered:
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 [email protected]. 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.
The text was updated successfully, but these errors were encountered: