Skip to content

Commit

Permalink
size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 4, 2023
1 parent 8c5cb7d commit b9c0eea
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: "37942",
limit: "37914",
},
{
path: "dist/main.cjs",
Expand All @@ -10,7 +10,7 @@ const checks = [
{
path: "dist/index.js",
import: "{ ApolloClient, InMemoryCache, HttpLink }",
limit: "31970",
limit: "31947",
},
...[
"ApolloProvider",
Expand Down

0 comments on commit b9c0eea

Please sign in to comment.