fix: remove soon to be deprecated optimization settings

This commit is contained in:
Cory Dransfeldt 2023-07-22 10:10:55 -07:00
parent dc84ff3720
commit a3525a5646
No known key found for this signature in database

View file

@ -4,20 +4,6 @@
[[plugins]]
package = "@netlify/plugin-lighthouse"
###
# 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
###