ember-graphql / ember-apollo-client

🚀 An ember-cli addon for Apollo Client and GraphQL
MIT License
280 stars 72 forks source link

Allow graphql v15 and tell webpack about react #365

Closed josemarluedke closed 4 years ago

josemarluedke commented 4 years ago

The Apollo Client v3 has react code in it, which requires react. Ember Auto Import uses webpack, which might try to import react and fail.