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 22d6c45 commit aff5cb0
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: "38074",
},
{
path: "dist/main.cjs",
Expand All @@ -10,7 +10,7 @@ const checks = [
{
path: "dist/index.js",
import: "{ ApolloClient, InMemoryCache, HttpLink }",
limit: "32113",
limit: "32132",
},
...[
"ApolloProvider",
Expand Down

0 comments on commit aff5cb0

Please sign in to comment.