Skip to content

Commit

Permalink
del
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Jun 30, 2022
1 parent 2035c54 commit c12abe9
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions demo/project.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "项目配置文件",
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"setting": {
"urlCheck": false,
"es6": false,
Expand Down Expand Up @@ -33,23 +33,26 @@
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
"minifyWXSS": true,
"disableUseStrict": false,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"ignoreUploadUnusedFiles": false,
"useStaticServer": true
},
"compileType": "miniprogram",
"libVersion": "1.6.0",
"libVersion": "2.24.0",
"appid": "wx824a4317ff5271ed",
"projectname": "demo",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"list": []
},
"conversation": {
"list": []
},
"miniprogram": {
"list": []
}
"condition": {},
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}

0 comments on commit c12abe9

Please sign in to comment.