chore: optimization tweaks

This commit is contained in:
Cory Dransfeldt 2023-07-06 20:02:10 -07:00
parent 626cfde873
commit fa367b2445
No known key found for this signature in database
3 changed files with 17 additions and 3 deletions

View file

@ -6,6 +6,20 @@ package = "@netlify/plugin-lighthouse"
[plugins.inputs]
output_path = "reports/lighthouse/index.html"
###
# OPTIMIZATION
###
[build.processing]
skip_processing = false
[build.processing.css]
bundle = true
minify = true
[build.processing.js]
bundle = true
minify = true
[build.processing.images]
compress = true
###
# URLs
###