-
Notifications
You must be signed in to change notification settings - Fork 691
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
Yarn build not working anymore #452
Comments
I checked commits before and found this:
seems |
Idea of why of sample error with the yarn build? |
Same problem |
Gulp has been removed with commit c669d33. Seems @kunalkapadia wants to avoid transpiling the code to es5, as es6 is the norm now and you don't need to bundle all your project into a single file (according to internet, for example here ). For a production deployment process, take a look at https://blog.risingstack.com/node-hero-deploy-node-js-heroku-docker/ (tutorial referenced in commit 590a124, and Heroku suggested in the previous reddit link). |
Hey guys,
I've tried to deploy a new api using this wonderful boilerplate and seems that the package.json have been changed.
Yarn build do not work anymore; is not found.
What is the new way to compile to ES5 for production use ? The readme.md need to be change BTW.
Thanks,
Tim
The text was updated successfully, but these errors were encountered: