sysgears / apollo-universal-starter-kit

Apollo Universal Starter Kit is a SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
https://apollokit.org
MIT License
1.68k stars 323 forks source link

Babel upgrade required for Gatsby compatibility #1192

Open dangerdespain opened 4 years ago

dangerdespain commented 4 years ago

Is your feature request related to a problem? Please describe. I'm able to init a Gatsby project in /packages but unable to run from the root package.json scripts due to a ReferenceError: _createSuper is not defined error on startup.

Describe the solution you'd like Upgrade Babel packages to ^7.9.0 where available (the rest seem to get along fine at ^7.8.0)

Describe alternatives you've considered No alternatives discovered as of yet

dangerdespain commented 4 years ago

Hello there! I love the file structure that you're using here and am a huge fan of Apollo. Neat starter, thanks for sharing (:

I have an example of a working Gatsby project inside /packages here if you're interested in checking it out. https://github.com/dangerdespain/apollo-universal-starter-kit/tree/gatsby-demo