-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron-compile support bug #1465
Comments
|
Ah, that should work! Is there any way to do it with the json config? |
electron-compile is supported. Don't recommended to use babel officially — please see electron-userland/electron-compile#207 (comment) |
Ok, when I tried that it gave me an error saying that |
If you insist — "WHAT? I just want bablel", electron-builder can do something smart for you. But please think twice. |
Please provide project or sample to reproduce and I will check. |
Here is the project I am using. I run |
I will check after my working day (10 hours). |
Ok thanks |
Actually, I think I've found the reason electron-compile isn't working in built application on my windows box - the cache isn't being populated with built files, rather just |
Any update on this @develar ? |
Sorry for delay, I will take a look soon. |
Ok thankyou |
I'm trying to pack https://github.com/whphhg/vcash-electron/blob/22d7124a948cbcd2d99291645c59791b54736ce2/package.json on Linux (tar.gz). The
I keep getting the following error when I try to run the binary in dist/linux-unpacked
Edit: I've updated the master with a temporary fix until a proper solution is found, if you're using the source as a test please use it at this point. |
Sorry to be a bother, but have you found any fix for this? @develar |
So, I'm using electron-compile for development, and would like to use babel for distribution - however, I need to change the entry point for babel - is there any way to do this within electron-builder?
Thanks
The text was updated successfully, but these errors were encountered: