diff --git a/config/minify-html.php b/config/minify-html.php index aab64bc..19249b0 100644 --- a/config/minify-html.php +++ b/config/minify-html.php @@ -1,8 +1,6 @@ env('MINIFY_HTML', env('APP_ENV') === 'production'), - 'transformers' => [ RemoveComments::class, RemoveWhitespace::class,