Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Measure bundlesize using
@apollo/client
root package again.
We temporarily relaxed the bundlesize limit to include only `@apollo/client/core` during development of Apollo Client v3.4, in part because `QueryData` and other React-related infrastructure were unnecessarily verbose, as you can see from the jump in bundlesize from 24.7kB to 28.4kB because of this commit. However, @brainkim refactored the React abstractions in #8596 🎉, eliminating `QueryData` and related classes once and for all, so I now feel much better about including `@apollo/client/react` in the bundlesize calculation again.
- Loading branch information