mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: fix lighthouse again 5
This commit is contained in:
parent
911e81deb4
commit
5e43c022d6
2 changed files with 3 additions and 2 deletions
|
|
@ -22,7 +22,8 @@
|
|||
"total-blocking-time": ["warn", { "maxNumericValue": 300 }],
|
||||
"interactive": ["warn", { "maxNumericValue": 5000 }],
|
||||
"resource-summary.script.count": ["warn", { "maxNumericValue": 140 }],
|
||||
"resource-summary.total.count": ["warn", { "maxNumericValue": 150 }]
|
||||
"resource-summary.total.count": ["warn", { "maxNumericValue": 150 }],
|
||||
"resource-summary.font.size": ["warn", { "maxNumericValue": 260000 }]
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
{
|
||||
"resourceType": "font",
|
||||
"budget": 100
|
||||
"budget": 260
|
||||
},
|
||||
{
|
||||
"resourceType": "total",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue