diff --git a/lighthouserc.js b/lighthouserc.js index fcb97df..965702e 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -10,12 +10,13 @@ module.exports = { // }, }, assert: { + // Using loose settings for now. Should be tightened for production builds. assertions: { - 'first-contentful-paint': ['error', { maxNumericValue: 2500 }], - 'categories:performance': ['error', { minScore: 0.95 }], - 'categories:accessibility': ['error', { minScore: 0.95 }], - 'categories:best-practices': ['error', { minScore: 0.95 }], - 'categories:seo': ['error', { minScore: 0.95 }] + 'first-contentful-paint': ['error', { maxNumericValue: 4000 }], + 'categories:performance': ['error', { minScore: 0.90 }], + 'categories:accessibility': ['error', { minScore: 0.90 }], + 'categories:best-practices': ['error', { minScore: 0.90 }], + 'categories:seo': ['error', { minScore: 0.90 }] } }, upload: {