-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Built Mac package shows yellow blank screen and doesn't load properly #57
Comments
Oh, thanks for pointing out this. This should be a bug I introduced in 0.6.0.. Babel using
|
Oh cool, glad that's a viable solution. Did you want me to PR that? |
Sure, thanks for your help. Maybe we should take care |
All the same way? |
The only one could be different is that |
fixed via #59 |
I followed the steps on the Readme and got the app to run in the dev mode but when trying to package and run it as an app I get a blank yellow screen with the errors shown below.
I looked into the error and to get around this I had to switch the NODE_ENV to production so I changed the package.json like shown below.
Before
After
Doing this got it to work but I'm not sure this is the best approach. Should I be setting the NODE_ENV in the terminal before I build? However, that feels wrong too.
The text was updated successfully, but these errors were encountered: