chore: optimization tweaks
This commit is contained in:
parent
626cfde873
commit
fa367b2445
3 changed files with 17 additions and 3 deletions
14
netlify.toml
14
netlify.toml
|
@ -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
|
||||
###
|
||||
|
|
Reference in a new issue