Skip to content

Commit

Permalink
Increase bundlesize limit to 23.75 kB.
Browse files Browse the repository at this point in the history
This size will come back down once we remove the existing implementations
of functionality replaced by PR #5443.
  • Loading branch information
benjamn committed Oct 15, 2019
1 parent 995e855 commit fbd2be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"name": "apollo-client",
"path": "./dist/apollo-client.cjs.min.js",
"maxSize": "22.75 kB"
"maxSize": "23.75 kB"
}
],
"peerDependencies": {
Expand Down

0 comments on commit fbd2be6

Please sign in to comment.