forked from bcnmy/biconomy-client-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.size-limit.json
43 lines (43 loc) · 1019 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
42
43
[
{
"name": "core (esm)",
"path": "./dist/_esm/index.js",
"limit": "140 kB",
"import": "*",
"ignore": ["node:fs", "fs"]
},
{
"name": "core (cjs)",
"path": "./dist/_cjs/index.js",
"limit": "140 kB",
"ignore": ["node:fs", "fs"]
},
{
"name": "account (tree-shaking)",
"path": "./dist/_esm/index.js",
"limit": "140 kB",
"import": "{ createSmartAccountClient }",
"ignore": ["node:fs", "fs"]
},
{
"name": "bundler (tree-shaking)",
"path": "./dist/_esm/bundler/index.js",
"limit": "5 kB",
"import": "{ createBundler }",
"ignore": ["node:fs", "fs"]
},
{
"name": "paymaster (tree-shaking)",
"path": "./dist/_esm/paymaster/index.js",
"limit": "5 kB",
"import": "{ createPaymaster }",
"ignore": ["node:fs", "fs"]
},
{
"name": "modules (tree-shaking)",
"path": "./dist/_esm/modules/index.js",
"limit": "140 kB",
"import": "{ createSessionKeyManagerModule }",
"ignore": ["node:fs", "fs"]
}
]