Skip to content

Commit bd6429b

Browse files
authored
chore: update bundlesize config (#109)
1 parent 90921c3 commit bd6429b

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
@@ -84,11 +84,8 @@
8484
"bundlesize": [
8585
{
8686
"path": "./umd/smooth-scroll-into-view-if-needed.min.js",
87-
"maxSize": "2 kB"
88-
},
89-
{
90-
"path": "./umd/smooth-scroll-into-view-if-needed.js",
91-
"maxSize": "3.5 kB"
87+
"maxSize": "5 kB",
88+
"compression": "none"
9289
}
9390
],
9491
"lint-staged": {

0 commit comments

Comments
 (0)