Skip to content

Commit fb62cbf

Browse files
chore: reduce bundlesize limits
1 parent fe1e28b commit fb62cbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundlesize.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"files": [
33
{
44
"path": "./dist/react-tooltip.cjs.min.js",
5-
"maxSize": "14.5 kB"
5+
"maxSize": "13.5 kB"
66
},
77
{
88
"path": "./dist/react-tooltip.esm.min.js",
9-
"maxSize": "14.5 kB"
9+
"maxSize": "13.5 kB"
1010
},
1111
{
1212
"path": "./dist/react-tooltip.umd.min.js",
13-
"maxSize": "14.5 kB"
13+
"maxSize": "13.5 kB"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)