fixed unlighthouse 5
This commit is contained in:
parent
3da3625d16
commit
63024eb324
3 changed files with 10 additions and 6 deletions
|
@ -5,6 +5,7 @@ export default async () => {
|
|||
)
|
||||
return {
|
||||
lighthouseOptions: {
|
||||
cache: false,
|
||||
throttlingMethod: 'devtools',
|
||||
throttling: {
|
||||
cpuSlowdownMultiplier: 4,
|
||||
|
@ -26,6 +27,9 @@ export default async () => {
|
|||
puppeteerOptions: {
|
||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||
},
|
||||
puppeteerClusterOptions: {
|
||||
maxConcurrency: 1
|
||||
},
|
||||
ci: {
|
||||
budget: 50,
|
||||
buildStatic: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue