Skip to content

Commit

Permalink
added project.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Apr 3, 2018
1 parent 65933c1 commit ccb2782
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions project.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": false,
"postcss": false,
"minified": false,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "1.9.94",
"appid": "touristappid",
"projectname": "wepy-wechat-demo",
"miniprogramRoot": "./dist",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 0,
"list": [
]
}
}
}

0 comments on commit ccb2782

Please sign in to comment.