-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.size-limit.json
More file actions
30 lines (30 loc) · 635 Bytes
/
Copy path.size-limit.json
File metadata and controls
30 lines (30 loc) · 635 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
30
[
{
"name": "Admin - Total Bundle",
"path": "apps/admin/.next/static/**/*.js",
"limit": "850 KB",
"webpack": false,
"gzip": true
},
{
"name": "Docs - Main Bundle",
"path": "apps/docs/dist/**/*.js",
"limit": "200 KB",
"webpack": false,
"gzip": true
},
{
"name": "Marketing - Main Bundle",
"path": "apps/marketing/.next/static/**/*.js",
"limit": "400 KB",
"webpack": false,
"gzip": true
},
{
"name": "@revealui/presentation - Total Bundle",
"path": "packages/presentation/dist/**/*.js",
"limit": "100 KB",
"webpack": false,
"gzip": true
}
]