Skip to content

Commit

Permalink
Update .size-limit.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Nov 17, 2023
1 parent 4efccfa commit 66644ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const limits = require("./.size-limits.json");
const checks = [
{
path: "dist/apollo-client.min.cjs",
limit: "38033",
},
{
path: "dist/main.cjs",
Expand All @@ -12,7 +11,6 @@ const checks = [
{
path: "dist/index.js",
import: "{ ApolloClient, InMemoryCache, HttpLink }",
limit: "32106",
},
...[
"ApolloProvider",
Expand Down

0 comments on commit 66644ae

Please sign in to comment.