|
@@ -1,9 +1,5 @@
|
|
{
|
|
{
|
|
"description": "项目配置文件",
|
|
"description": "项目配置文件",
|
|
- "packOptions": {
|
|
|
|
- "ignore": [],
|
|
|
|
- "include": []
|
|
|
|
- },
|
|
|
|
"setting": {
|
|
"setting": {
|
|
"bundle": false,
|
|
"bundle": false,
|
|
"userConfirmedBundleSwitch": false,
|
|
"userConfirmedBundleSwitch": false,
|
|
@@ -24,8 +20,6 @@
|
|
"nodeModules": false,
|
|
"nodeModules": false,
|
|
"enhance": true,
|
|
"enhance": true,
|
|
"useMultiFrameRuntime": true,
|
|
"useMultiFrameRuntime": true,
|
|
- "useApiHook": true,
|
|
|
|
- "useApiHostProcess": true,
|
|
|
|
"showShadowRootInWxmlPanel": true,
|
|
"showShadowRootInWxmlPanel": true,
|
|
"packNpmManually": true,
|
|
"packNpmManually": true,
|
|
"enableEngineNative": false,
|
|
"enableEngineNative": false,
|
|
@@ -43,15 +37,18 @@
|
|
"disablePlugins": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
"outputPath": ""
|
|
},
|
|
},
|
|
- "condition": false
|
|
|
|
|
|
+ "condition": false,
|
|
|
|
+ "ignoreUploadUnusedFiles": true
|
|
},
|
|
},
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
- "libVersion": "2.19.4",
|
|
|
|
- "appid": "wxc06fe0355f1e6452",
|
|
|
|
- "projectname": "miniprogram-92",
|
|
|
|
"condition": {},
|
|
"condition": {},
|
|
"editorSetting": {
|
|
"editorSetting": {
|
|
"tabIndent": "insertSpaces",
|
|
"tabIndent": "insertSpaces",
|
|
"tabSize": 2
|
|
"tabSize": 2
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ "packOptions": {
|
|
|
|
+ "ignore": [],
|
|
|
|
+ "include": []
|
|
|
|
+ },
|
|
|
|
+ "appid": "wx5cb55b328049406b"
|
|
}
|
|
}
|