Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Reduce bundle size limit to reflect recent improvements.
Browse files Browse the repository at this point in the history
Part of #2743.

The current bundle size is about 9.9KB, so 10KB gives us a tiny bit of
breathing room. Any PRs that push the react-apollo bundle over 10KB
deserve a closer look to make sure they're as conservative as they can be
(within reason).
  • Loading branch information
benjamn committed Jan 28, 2019
1 parent aff6ed3 commit 117de0c
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 @@ -54,7 +54,7 @@
"bundlesize": [
{
"path": "./dist/bundlesize.js",
"maxSize": "11.5 KB"
"maxSize": "10 KB"
}
],
"jest": {
Expand Down

0 comments on commit 117de0c

Please sign in to comment.