Skip to content

Instantly share code, notes, and snippets.

@manoj-mass
Created January 11, 2020 20:49
Show Gist options
  • Save manoj-mass/4e2bb95fa40e763a491c3296dd33bdde to your computer and use it in GitHub Desktop.
Save manoj-mass/4e2bb95fa40e763a491c3296dd33bdde to your computer and use it in GitHub Desktop.
.lighthouserc.json​
{
"ci": {
"collect": {
"numberOfRuns": 1,
"settings": {
}
},
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"offscreen-images": "off",
"uses-webp-images": "off"
}
},
"upload": {
"target": "lhci",
"serverBaseUrl": "http://localhost:9001/app/projects",
"token": "6be70c50-4f5e-4eaf-93f7-9eff11772e35"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment