the-road-to-graphql / fullstack-apollo-express-postgresql-boilerplate

💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
https://roadtoreact.com
MIT License
1.2k stars 265 forks source link

Remove babel #63

Open morenoh149 opened 5 years ago

morenoh149 commented 5 years ago

modern node runtimes have full support for async await. node 10x LTS has this. This project uses node 10 already.

Remove babel dependency.