Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim low-hanging fruit to reduce bundle sizes (part 1 of issue #4324). #4234

Merged
merged 11 commits into from
Jan 17, 2019
Prev Previous commit
Lower bundle size limits to reflect recent improvements.
  • Loading branch information
benjamn committed Jan 17, 2019
commit 2815cac54b601f25830c568511340b205ead4f95
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
{
"name": "apollo-cache",
"path": "./packages/apollo-cache/lib/bundle.min.js",
"maxSize": "1 kB"
"maxSize": "900 B"
},
{
"name": "apollo-cache-inmemory",
"path": "./packages/apollo-cache-inmemory/lib/bundle.min.js",
"maxSize": "7 kB"
"maxSize": "6.2 kB"
},
{
"name": "apollo-client",
"path": "./packages/apollo-client/lib/bundle.min.js",
"maxSize": "10.25 kB"
"maxSize": "9.15 kB"
},
{
"name": "apollo-utilities",
"path": "./packages/apollo-utilities/lib/bundle.min.js",
"maxSize": "5 kB"
"maxSize": "4.3 kB"
}
],
"jest": {
Expand Down