-
Notifications
You must be signed in to change notification settings - Fork 1
/
c2a.json
35 lines (35 loc) · 836 Bytes
/
c2a.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
{
"version": "1",
"plugin": {
"name": "codecov-vite-bundle-analysis-plugin",
"version": "1.0.0"
},
"builtAt": 1701451048604,
"duration": 331,
"bundler": { "name": "rollup", "version": "3.29.4" },
"bundleName": "C1",
"assets": [
{
"name": "assets/LazyComponent-fcbb0922.js",
"size": 15,
"normalized": "assets/LazyComponent-*.js"
}
],
"chunks": [
{
"id": "LazyComponent",
"uniqueId": "b1-0-LazyComponent",
"entry": false,
"initial": true,
"files": ["assets/LazyComponent-fcbb0922.js"],
"names": ["LazyComponent"]
}
],
"modules": [
{
"name": "./src/LazyComponent/LazyComponent.tsx",
"size": 15,
"chunkUniqueIds": ["b1-0-LazyComponent"]
}
]
}