apollographql / apollo-link-persisted-queries

Persisted Query support with Apollo Link
MIT License
306 stars 33 forks source link

Fix the build? #9

Closed kbrandwijk closed 6 years ago

kbrandwijk commented 6 years ago

The CI build is failing because of maxFileSize of the bundle.

3.61 Kb > 3.6 Kb.

This can easily be fixed by increasing maxFileSize to 3.7 Kb, but I don't want to make a PR if there is a super valid reason for this particular maxFileSize.

glasser commented 6 years ago

We fixed this a while ago.