forked from bcnmy/abstractjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.size-limit.json
More file actions
29 lines (29 loc) · 790 Bytes
/
.size-limit.json
File metadata and controls
29 lines (29 loc) · 790 Bytes
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
[
{
"name": "core (esm)",
"path": "./dist/_esm/index.js",
"limit": "50 kB",
"import": "*",
"ignore": ["node:fs", "fs", "path", "os", "crypto"]
},
{
"name": "core (cjs)",
"path": "./dist/_cjs/index.js",
"limit": "80 kB",
"ignore": ["node:fs", "fs", "path", "os", "crypto"]
},
{
"name": "bundler (tree-shaking)",
"path": "./dist/_esm/clients/createBicoBundlerClient.js",
"limit": "30 kB",
"import": "{ createBicoBundlerClient }",
"ignore": ["node:fs", "fs", "path", "os", "crypto"]
},
{
"name": "paymaster (tree-shaking)",
"path": "./dist/_esm/clients/createBicoPaymasterClient.js",
"limit": "30 kB",
"import": "{ createBicoPaymasterClient }",
"ignore": ["node:fs", "fs", "path", "os", "crypto"]
}
]