Skip to content

Commit 6facd69

Browse files
committed
measure bundlesize the same way as master
1 parent b637ae7 commit 6facd69

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
@@ -79,11 +79,8 @@
7979
"bundlesize": [
8080
{
8181
"path": "./umd/compute-scroll-into-view.min.js",
82-
"maxSize": "1 kB"
83-
},
84-
{
85-
"path": "./umd/compute-scroll-into-view.js",
86-
"maxSize": "1.5 kB"
82+
"maxSize": "3 kB",
83+
"compression": "none"
8784
}
8885
],
8986
"lint-staged": {

0 commit comments

Comments
 (0)