Skip to content

Commit 4b7371c

Browse files
chore: increase bundlesize limit
1 parent 6f5f66c commit 4b7371c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: bundlesize.config.json

+3-3
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 kB"
5+
"maxSize": "14.5 kB"
66
},
77
{
88
"path": "./dist/react-tooltip.esm.min.js",
9-
"maxSize": "14 kB"
9+
"maxSize": "14.5 kB"
1010
},
1111
{
1212
"path": "./dist/react-tooltip.umd.min.js",
13-
"maxSize": "14 kB"
13+
"maxSize": "14.5 kB"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)