Skip to content

Commit 9e5fd2c

Browse files
committed
Increased size limit slightly for the polyfill
1 parent 59314f7 commit 9e5fd2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/container-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
"size-limit": [
6464
{
6565
"path": "dist/bundle.cjs.js",
66-
"limit": "14.20KB"
66+
"limit": "14.21KB"
6767
},
6868
{
69-
"path": "dist/bundle.es.js",
70-
"limit": "14.20KB"
69+
"path": "dist/bundle.esm.js",
70+
"limit": "14.21KB"
7171
},
7272
{
7373
"path": "dist/bundle.umd.js",

0 commit comments

Comments
 (0)