You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using both babel-plugin-graphql-tag and apollo-link-logger but found that it will compile into broken code. The transformer will remove the following require statement inside apollo-link-logger incorrectly.
I'm using both
babel-plugin-graphql-tag
andapollo-link-logger
but found that it will compile into broken code. The transformer will remove the followingrequire
statement insideapollo-link-logger
incorrectly.This will cause:
The text was updated successfully, but these errors were encountered: