|
@@ -1,10 +1,10 @@
|
|
|
{
|
|
|
- "description": "项目配置文件",
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
"packOptions": {
|
|
|
"ignore": [
|
|
|
{
|
|
|
- "type": "folder",
|
|
|
- "value": "/minitest"
|
|
|
+ "value": "/minitest",
|
|
|
+ "type": "folder"
|
|
|
}
|
|
|
],
|
|
|
"include": []
|
|
@@ -46,21 +46,13 @@
|
|
|
"showES6CompileOption": false,
|
|
|
"useCompilerPlugins": false,
|
|
|
"ignoreUploadUnusedFiles": false,
|
|
|
- "userConfirmedUseIsolateContext": false
|
|
|
+ "userConfirmedUseIsolateContext": false,
|
|
|
+ "useStaticServer": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
"libVersion": "2.23.4",
|
|
|
"appid": "wx4b18f42fd98d6bcd",
|
|
|
"projectname": "saas%E7%A6%8F%E5%88%A9go",
|
|
|
- "debugOptions": {
|
|
|
- "hidedInDevtools": []
|
|
|
- },
|
|
|
- "scripts": {},
|
|
|
- "staticServerOptions": {
|
|
|
- "baseURL": "",
|
|
|
- "servePath": ""
|
|
|
- },
|
|
|
- "isGameTourist": false,
|
|
|
"condition": {
|
|
|
"search": {
|
|
|
"list": []
|
|
@@ -80,5 +72,9 @@
|
|
|
"miniprogram": {
|
|
|
"list": []
|
|
|
}
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|