Created
January 11, 2020 20:49
-
-
Save manoj-mass/4e2bb95fa40e763a491c3296dd33bdde to your computer and use it in GitHub Desktop.
.lighthouserc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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