This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gimbalrc.yml
95 lines (92 loc) · 2.57 KB
/
.gimbalrc.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
audits:
- axe
- heap-snapshot
- lighthouse
- size
- source-map-explorer
# - unused-source
configs:
heap-snapshot:
threshold:
Documents: 11
Frames: 5
Nodes: 800
RecalcStyleCount: 10
lighthouse:
threshold:
accessibility: 100
'best-practices': 90
performance: 60
pwa: 70
seo: 100
size:
- path: ./build/precache-*.js
maxSize: 500 B
- path: ./build/static/js/*.chunk.js
maxSize: 1 MB
- path: ./build/static/js/runtime*.js
maxSize: 10 KB
- path: ./build/favicon.ico
maxSize: 11 KB
- path: ./build/index.html
maxSize: 5 KB
- path: ./build/
maxSize: 20 MB
plugins:
- plugin: '@modus/gimbal-plugin-axe'
thresholds:
landmark-one-main: moderate
page-has-heading-one: moderate
region: moderate
- plugin: '@modus/gimbal-plugin-source-map-explorer'
bundles:
- path: '**/main.*.js'
thresholds:
constants/constants.ts: 400 B
utils/env.ts: 400 B
service/Data.tsx: 4 KB
components/App/index.tsx: 500 B
serviceWorker.js: 1.5 KB
index.tsx: 700 B
<unmapped>: 5 KB
- path: '**/maps.*.js'
thresholds:
styles.module.css: 100 B
index.tsx: 2.5 KB
<unmapped>: 5 KB
- path: '**/modite-list.*.js'
thresholds:
Time/index.tsx: 1 KB
ModiteList/styles.module.css: 1.5 KB
Loader/styles.module.css: 200 B
DetailsView/styles.module.css: 700 B
Time/styles.module.css: 200 B
BackButton/styles.module.css: 100 B
ModiteImage/styles.module.css: 300 B
ModiteImage/user-icon-placeholder.png: 100 B
ModiteListItem/styles.module.css: 300 B
VirtualizedList/styles.module.css: 250 B
ModiteImage/index.tsx: 500 B
ModiteListItem/index.tsx: 900 B
VirtualizedList/index.tsx: 1.25 KB
DetailsView/index.tsx: 2.5 KB
Loader/index.tsx: 400 B
BackButton/index.ts: 400 B
NoRecordsFound/index.tsx: 250 B
ModiteList/index.tsx: 2.5 KB
<unmapped>: 5 KB
- path: '**/page-modites.*.js'
thresholds:
pages/Modites/styles.module.css: 350 B
utils/util.ts: 350 B
pages/Modites/index.tsx: 700 B
<unmapped>: 5 KB
- path: '**/*.js'
disable: true
- '!precache-manifest*'
- '!service-worker.js'
- '!**/runtime*.js'
outputs:
html: artifacts/results.html
json: artifacts/results.json
markdown: artifacts/results.md