fix: remove soon to be deprecated optimization settings
This commit is contained in:
parent
dc84ff3720
commit
a3525a5646
1 changed files with 0 additions and 14 deletions
14
netlify.toml
14
netlify.toml
|
@ -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
|
||||
###
|
||||
|
|
Reference in a new issue