forked from inokawa/virtua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.size-limit.json
41 lines (41 loc) · 861 Bytes
/
.size-limit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
{
"name": "Total",
"path": "lib/index.mjs",
"import": "*",
"limit": "5.5 kB"
},
{
"name": "VList",
"path": "lib/index.mjs",
"import": "{ VList }",
"limit": "4 kB"
},
{
"name": "WVList",
"path": "lib/index.mjs",
"import": "{ WVList }",
"limit": "4 kB"
},
{
"name": "VGrid",
"path": "lib/index.mjs",
"import": "{ experimental_VGrid }",
"limit": "4 kB"
},
{
"name": "react-virtuoso Virtuoso",
"path": "node_modules/react-virtuoso/dist/index.mjs",
"import": "{ Virtuoso }"
},
{
"name": "react-window VariableSizeList",
"path": "node_modules/react-window/dist/index.esm.js",
"import": "{ VariableSizeList }"
},
{
"name": "react-virtualized List",
"path": "node_modules/react-virtualized/dist/es/List/index.js",
"import": "{ List }"
}
]