Skip to content

Commit 737abb8

Browse files
committed
Ups size limit by 1kb even though this PR doesn't impact browsers at all
1 parent 787b55b commit 737abb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-destinations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"size-limit": [
8585
{
8686
"path": "dist/web/*/*.js",
87-
"limit": "216 KB"
87+
"limit": "217 KB"
8888
}
8989
]
9090
}

0 commit comments

Comments
 (0)