From 36a1717a8246ef7ffec33c8debb368bb2a10ebfb Mon Sep 17 00:00:00 2001 From: na2na-p Date: Wed, 7 Feb 2024 23:40:09 +0900 Subject: [PATCH] =?UTF-8?q?minify=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .swcrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.swcrc b/.swcrc index e47c114f..f082c733 100644 --- a/.swcrc +++ b/.swcrc @@ -15,6 +15,12 @@ "@/*": [ "src/*" ] + }, + "minify": { + "compress": { + "unused": true + }, + "mangle": true } }, "module": {