perf: 支持部署到exsi,openwrt

This commit is contained in:
xiaojunnuo
2026-01-08 00:11:46 +08:00
parent f193341eae
commit dae87e26a3
14 changed files with 314 additions and 57 deletions
+2
View File
@@ -17,3 +17,5 @@ function slimming(filePath, find, rep) {
});
}
slimming(filePath, find, rep);
slimming("./tsconfig.json",`"sourceMap": true,`, `"sourceMap": false,`)