From adc83348df4ebe9500cc7e60cad3adafd9d93c3b Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Tue, 25 Apr 2023 17:42:58 -0400 Subject: [PATCH] =?UTF-8?q?Disable=20SWC=20=E2=80=9Cunused=E2=80=9D=20mini?= =?UTF-8?q?fication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swcrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.swcrc b/.swcrc index 37efa98e89e2..3e2821cdc329 100644 --- a/.swcrc +++ b/.swcrc @@ -11,11 +11,6 @@ "parser": { "syntax": "typescript", "tsx": false - }, - "minify": { - "compress": { - "unused": true - } } } }