From a3525a564682a280458c4d7064b574946d1eb6ad Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 22 Jul 2023 10:10:55 -0700 Subject: [PATCH] fix: remove soon to be deprecated optimization settings --- netlify.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/netlify.toml b/netlify.toml index 43df6b94..18c27674 100644 --- a/netlify.toml +++ b/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 ###