manifest.json 配置:
"mp-weixin" : {
"appid" : "xxxxx",
"setting" : {
"coverView" : true,
"es6" : false,
"postcss" : false,
"minified" : false,
"enhance" : false,
"showShadowRootInWxmlPanel" : true,
"packNpmRelationList" : [],
"babelSetting" : {
"ignore" : [],
"disablePlugins" : [],
"outputPath" : ""
},
"ignoreUploadUnusedFiles" : true
},
"usingComponents" : true,
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
}
},
"plugins" : {
"wxacommentplugin" : {
"version" : "latest",
"provider" : "xxx"
}
}
},