|
@ -1,9 +1,5 @@ |
|
|
{ |
|
|
{ |
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
|
"packOptions": { |
|
|
|
|
|
"ignore": [], |
|
|
|
|
|
"include": [] |
|
|
|
|
|
}, |
|
|
|
|
|
"setting": { |
|
|
"setting": { |
|
|
"urlCheck": false, |
|
|
"urlCheck": false, |
|
|
"es6": true, |
|
|
"es6": true, |
|
@ -20,8 +16,6 @@ |
|
|
"uploadWithSourceMap": true, |
|
|
"uploadWithSourceMap": true, |
|
|
"compileHotReLoad": false, |
|
|
"compileHotReLoad": false, |
|
|
"useMultiFrameRuntime": true, |
|
|
"useMultiFrameRuntime": true, |
|
|
"useApiHook": true, |
|
|
|
|
|
"useApiHostProcess": true, |
|
|
|
|
|
"babelSetting": { |
|
|
"babelSetting": { |
|
|
"ignore": [], |
|
|
"ignore": [], |
|
|
"disablePlugins": [], |
|
|
"disablePlugins": [], |
|
@ -39,12 +33,11 @@ |
|
|
"lazyloadPlaceholderEnable": false, |
|
|
"lazyloadPlaceholderEnable": false, |
|
|
"uglifyFileName": false, |
|
|
"uglifyFileName": false, |
|
|
"enhance": true, |
|
|
"enhance": true, |
|
|
"useStaticServer": true |
|
|
"useStaticServer": true, |
|
|
|
|
|
"condition": false, |
|
|
|
|
|
"ignoreUploadUnusedFiles": true |
|
|
}, |
|
|
}, |
|
|
"compileType": "miniprogram", |
|
|
"compileType": "miniprogram", |
|
|
"libVersion": "2.9.2", |
|
|
|
|
|
"appid": "wx6dcf544cdae7d4ec", |
|
|
|
|
|
"projectname": "e%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%91%E7%AB%AF", |
|
|
|
|
|
"cloudfunctionTemplateRoot": "", |
|
|
"cloudfunctionTemplateRoot": "", |
|
|
"simulatorType": "wechat", |
|
|
"simulatorType": "wechat", |
|
|
"simulatorPluginLibVersion": {}, |
|
|
"simulatorPluginLibVersion": {}, |
|
@ -161,5 +154,11 @@ |
|
|
"editorSetting": { |
|
|
"editorSetting": { |
|
|
"tabIndent": "insertSpaces", |
|
|
"tabIndent": "insertSpaces", |
|
|
"tabSize": 2 |
|
|
"tabSize": 2 |
|
|
} |
|
|
}, |
|
|
|
|
|
"libVersion": "2.30.3", |
|
|
|
|
|
"packOptions": { |
|
|
|
|
|
"ignore": [], |
|
|
|
|
|
"include": [] |
|
|
|
|
|
}, |
|
|
|
|
|
"appid": "wx6dcf544cdae7d4ec" |
|
|
} |
|
|
} |