mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-09 18:22:28 +03:00
add build size stats
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"overlayscrollbars.js": {
|
||||
"bundled": 56898,
|
||||
"minified": 17946,
|
||||
"gzipped": 7281
|
||||
},
|
||||
"overlayscrollbars.min.js": {
|
||||
"bundled": 16552,
|
||||
"minified": 16524,
|
||||
"gzipped": 6956
|
||||
},
|
||||
"overlayscrollbars.esm.js": {
|
||||
"bundled": 49032,
|
||||
"minified": 22137,
|
||||
"gzipped": 7992,
|
||||
"treeshaked": {
|
||||
"rollup": {
|
||||
"code": 1641,
|
||||
"import_statements": 0
|
||||
},
|
||||
"webpack": {
|
||||
"code": 2773
|
||||
}
|
||||
}
|
||||
},
|
||||
"overlayscrollbars.esm.min.js": {
|
||||
"bundled": 14911,
|
||||
"minified": 14861,
|
||||
"gzipped": 6756,
|
||||
"treeshaked": {
|
||||
"rollup": {
|
||||
"code": 1629,
|
||||
"import_statements": 0
|
||||
},
|
||||
"webpack": {
|
||||
"code": 2762
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user