From d4a9207068c84b592ced200d71775b761368f1e1 Mon Sep 17 00:00:00 2001 From: ocamilomontealegre Date: Fri, 8 Nov 2024 05:31:16 -0500 Subject: [PATCH] chore: update swc config --- .swcrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swcrc b/.swcrc index f59ff48..cd11863 100644 --- a/.swcrc +++ b/.swcrc @@ -18,8 +18,9 @@ }, "module": { "type": "es6", + "strict": true, "resolveFully": true }, - "minify": false + "minify": true }