chore(手动): 针对已经压缩的代码,手动去除console 相关语句
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user