lizi-wxapp-cli
Version:
微信小程序快速创建cli脚手架
56 lines (55 loc) • 1.09 kB
JSON
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"miniprogramRoot": "/",
"compileType": "app",
"libVersion": "2.7.3",
"projectname": "projectname",
"appid": "appid",
"version": "0.0.0",
"scripts": {},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": [],
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 1,
"list": []
}
}
}