40 lines
785 B
JSON
40 lines
785 B
JSON
{
|
|
"description": "项目配置文件。",
|
|
"packOptions": {
|
|
"ignore": [],
|
|
"include": []
|
|
},
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"newFeature": true,
|
|
"babelSetting": {
|
|
"ignore": [],
|
|
"disablePlugins": [],
|
|
"outputPath": ""
|
|
}
|
|
},
|
|
"compileType": "miniprogram",
|
|
"libVersion": "2.10.2",
|
|
"appid": "wx3a918974b28755e0",
|
|
"projectname": "socket.io-weapp-demo",
|
|
"simulatorType": "wechat",
|
|
"simulatorPluginLibVersion": {},
|
|
"condition": {
|
|
"miniprogram": {
|
|
"list": [
|
|
{
|
|
"name": "chat",
|
|
"pathName": "pages/chat/index",
|
|
"query": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"editorSetting": {
|
|
"tabIndent": "insertSpaces",
|
|
"tabSize": 2
|
|
}
|
|
} |