|
@@ -33,12 +33,22 @@
|
|
|
"userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
- "minifyWXSS": true
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "ignoreUploadUnusedFiles": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"appid": "wxda2ef261ac3cca32",
|
|
|
"projectname": "sagaclound-wepy",
|
|
|
"miniprogramRoot": "weapp/",
|
|
|
"srcMiniprogramRoot": "weapp/",
|
|
|
- "condition": {}
|
|
|
+ "condition": {},
|
|
|
+ "libVersion": "3.0.1",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
+ }
|
|
|
}
|