chore(手动): 针对已经压缩的代码,手动去除console 相关语句

This commit is contained in:
2025-12-29 10:00:00 +08:00
parent fba563f034
commit 5eed46c27e
36 changed files with 345 additions and 43 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "weixin-miniprogram-compressor",
"version": "1.0.0",
"description": "Compressor for Weixin Mini Program files",
"main": "release.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"weixin",
"miniprogram",
"compressor"
],
"author": "",
"license": "MIT",
"devDependencies": {
"terser": "^5.44.1"
}
}