Skip to content

Commit

Permalink
Remove graphql-anywhere and apollo-boost from bundlesize (#4318)
Browse files Browse the repository at this point in the history
`graphql-anywhere` is no longer used by Apollo Client, and
`apollo-boost` is going to be deprecated soon. This commit
removes them from the `bundlesize` check, to get the total
bundle size amount down to something that better reflects
reality.
  • Loading branch information
hwillson committed Jan 16, 2019
1 parent 6b438f2 commit d9c5c32
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Expand Up @@ -36,20 +36,10 @@
"path": "./packages/apollo-client/lib/bundle.min.js",
"maxSize": "10.25 kB"
},
{
"name": "apollo-boost",
"path": "./packages/apollo-boost/lib/bundle.min.js",
"maxSize": "35 kB"
},
{
"name": "apollo-utilities",
"path": "./packages/apollo-utilities/lib/bundle.min.js",
"maxSize": "5 kB"
},
{
"name": "graphql-anywhere",
"path": "./packages/graphql-anywhere/lib/bundle.min.js",
"maxSize": "1.25 kB"
}
],
"jest": {
Expand Down

0 comments on commit d9c5c32

Please sign in to comment.