Skip to content

Commit

Permalink
Update size-limit and include useLoadableQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Nov 10, 2023
1 parent 5678b88 commit 4988056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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: "38124",
limit: "38410",
},
{
path: "dist/main.cjs",
Expand All @@ -20,6 +20,7 @@ const checks = [
"useSubscription",
"useSuspenseQuery",
"useBackgroundQuery",
"useLoadableQuery",
"useReadQuery",
"useFragment",
].map((name) => ({ path: "dist/react/index.js", import: `{ ${name} }` })),
Expand Down

0 comments on commit 4988056

Please sign in to comment.