Skip to content

Commit

Permalink
chore(ai): add size limits (#5918)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign authored Oct 18, 2024
1 parent 6d97bc3 commit 7f42be2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/react-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,19 @@
"devDependencies": {
"@types/jest-when": "^3.5.0",
"jest-when": "^3.5.1"
}
},
"size-limit": [
{
"name": "AIConversation",
"path": "dist/esm/index.mjs",
"import": "{ AIConversation }",
"limit": "25 kB"
},
{
"name": "createAIConversation",
"path": "dist/esm/index.mjs",
"import": "{ createAIConversation }",
"limit": "7 kB"
}
]
}

0 comments on commit 7f42be2

Please sign in to comment.