-
Notifications
You must be signed in to change notification settings - Fork 336
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
Production deploy, assets.json not found [Epic 2] #751
Comments
Hmm, it looks like none of the actual build files ended up on the server. I'm looking into it. |
Ah yes,
I wonder if this is a side-effect of the new node version or the new babel config? |
Hrmmmm, this would make sense because uglify doesn't support ES6. So, we've got some options:
what's your poison? |
Since this is the client bundle, I think it makes sense for us to revert to transpilation to ES5 for maximum browser compatibility, right? |
In the prod config, I see we're still using
|
How about #752 as a reversion? |
fixed by #752 |
Issue - Bug
Getting closer!
One more issue preventing us from starting up. It looks like
assets.json
is not being created:The text was updated successfully, but these errors were encountered: