Skip to content

Commit

Permalink
Reduce bundlesize limit back down to 24KB. 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Feb 18, 2020
1 parent 107f471 commit 07d052b
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 @@ -51,7 +51,7 @@
{
"name": "apollo-client",
"path": "./dist/apollo-client.cjs.min.js",
"maxSize": "24.2 kB"
"maxSize": "24 kB"
}
],
"peerDependencies": {
Expand Down

0 comments on commit 07d052b

Please sign in to comment.