-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.size-limit.json
More file actions
24 lines (24 loc) · 1.38 KB
/
Copy path.size-limit.json
File metadata and controls
24 lines (24 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
{ "name": "total (all JS)", "path": "dist/*.js", "limit": "380 kB" },
{ "name": "brepjs", "path": "dist/brepjs.js", "limit": "68 kB" },
{ "name": "brepjs/core", "path": "dist/core.js", "limit": "2 kB" },
{ "name": "brepjs/result", "path": "dist/result.js", "limit": "1 kB" },
{ "name": "brepjs/vectors", "path": "dist/vectors.js", "limit": "1 kB" },
{ "name": "brepjs/topology", "path": "dist/topology.js", "limit": "2 kB" },
{ "name": "brepjs/operations", "path": "dist/operations.js", "limit": "1 kB" },
{ "name": "brepjs/2d", "path": "dist/2d.js", "limit": "3.2 kB" },
{ "name": "brepjs/sketching", "path": "dist/sketching.js", "limit": "2 kB" },
{ "name": "brepjs/query", "path": "dist/query.js", "limit": "2 kB" },
{ "name": "brepjs/measurement", "path": "dist/measurement.js", "limit": "500 B" },
{ "name": "brepjs/io", "path": "dist/io.js", "limit": "8 kB" },
{ "name": "brepjs/worker", "path": "dist/worker.js", "limit": "2 kB" },
{ "name": "brepjs/quick", "path": "dist/quick.js", "limit": "500 B" },
{ "name": "brepjs/text", "path": "dist/text.js", "limit": "500 B" },
{ "name": "brepjs/projection", "path": "dist/projection.js", "limit": "500 B" },
{ "name": "brepjs/shapeRef", "path": "dist/shapeRef.js", "limit": "500 B" },
{
"name": "brepjs/kernel/occtWasm/occtWasmAdapter",
"path": "dist/kernel/occtWasm/occtWasmAdapter.js",
"limit": "1 kB"
}
]