Skip to content

Commit

Permalink
size
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 6, 2023
1 parent 54f770d commit a86a3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const checks = [
{
path: "dist/apollo-client.min.cjs",
limit: "38062",
limit: "38087",
},
{
path: "dist/main.cjs",
Expand All @@ -10,7 +10,7 @@ const checks = [
{
path: "dist/index.js",
import: "{ ApolloClient, InMemoryCache, HttpLink }",
limit: "32113",
limit: "32145",
},
...[
"ApolloProvider",
Expand Down

0 comments on commit a86a3da

Please sign in to comment.