Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-export graphql-tag exports directly, without destructuring (apollo…
…graphql#8221) Fixes apollographql#8217, judging from the provided reproduction. Presumably this is because using ECMAScript re-export syntax means we don't have to import anything into the scope of the index.ts module, which makes the whole situation easier for the tree-shaker to reason about.
- Loading branch information