|
@@ -1,7 +1,8 @@
|
|
|
{
|
|
|
- "description": "项目配置文件",
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
"packOptions": {
|
|
|
- "ignore": []
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
"urlCheck": false,
|
|
@@ -24,7 +25,7 @@
|
|
|
"lazyloadPlaceholderEnable": false,
|
|
|
"useMultiFrameRuntime": true,
|
|
|
"useApiHook": true,
|
|
|
- "useApiHostProcess": false,
|
|
|
+ "useApiHostProcess": true,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
@@ -36,21 +37,16 @@
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
"minifyWXSS": true,
|
|
|
- "showES6CompileOption": false
|
|
|
+ "disableUseStrict": false,
|
|
|
+ "minifyWXML": true,
|
|
|
+ "showES6CompileOption": false,
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "useStaticServer": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.19.2",
|
|
|
"appid": "wx0347990f2c6f574c",
|
|
|
"projectname": "%E9%A4%90%E9%A5%AE%E9%A1%B9%E7%9B%AE",
|
|
|
- "debugOptions": {
|
|
|
- "hidedInDevtools": []
|
|
|
- },
|
|
|
- "scripts": {},
|
|
|
- "staticServerOptions": {
|
|
|
- "baseURL": "",
|
|
|
- "servePath": ""
|
|
|
- },
|
|
|
- "isGameTourist": false,
|
|
|
"condition": {
|
|
|
"search": {
|
|
|
"list": []
|
|
@@ -70,5 +66,9 @@
|
|
|
"miniprogram": {
|
|
|
"list": []
|
|
|
}
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|