Skip to content

Commit 60a9844

Browse files
committed
decrease bundle size limit
1 parent 7b4d1fd commit 60a9844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"size-limit": [
7878
{
7979
"path": "dist/mml-react.cjs.production.min.js",
80-
"limit": "110 KB",
80+
"limit": "95 KB",
8181
"import": "{ createComponent }"
8282
},
8383
{

0 commit comments

Comments
 (0)