This commit is contained in:
张成
2025-11-15 12:17:03 +08:00
parent 3c789e5400
commit 46768991f8

View File

@@ -5,18 +5,18 @@
"appid": "wx815b533167eb7b53",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"postcss": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": false,
"scopeDataCheck": false,
"uglifyFileName": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
@@ -36,8 +36,11 @@
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": false,
"minifyWXML": false
"minifyWXSS": true,
"minifyWXML": true,
"swc": true,
"disableSWC": false,
"ignoreUploadUnusedFiles": true
},
"compileType": "miniprogram",
"simulatorType": "wechat",