Skip to content

Commit 50d637b

Browse files
authored
chore: adjust how bundlesize is measured (#323)
* chore: adjust how bundlesize is measured * Update package.json
1 parent 2535274 commit 50d637b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,8 @@
8686
"bundlesize": [
8787
{
8888
"path": "./umd/scroll-into-view-if-needed.min.js",
89-
"maxSize": "1.75 kB"
90-
},
91-
{
92-
"path": "./umd/scroll-into-view-if-needed.js",
93-
"maxSize": "3 kB"
89+
"maxSize": "4 kB",
90+
"compression": "none"
9491
}
9592
],
9693
"lint-staged": {

0 commit comments

Comments
 (0)