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": {