| | |
| | | /* 快应用特有相关 */ |
| | | "quickapp" : {}, |
| | | /* 小程序特有相关 */ |
| | | "optimization" :{"subPackages":true}, |
| | | "mp-weixin" : { |
| | | "appid" : "wx332441ae5b12be7d", |
| | | "setting" : { |
| | | "urlCheck" : false, |
| | | "es6" : true, |
| | | "postcss" : true, |
| | | "minified" : true |
| | | }, |
| | | "usingComponents" : true, |
| | | "es6": true, |
| | | "postcss": true, |
| | | "minified": true |
| | | }, |
| | | "optimization":{ |
| | | "subPackages": true |
| | | }, |
| | | "usingComponents": true, |
| | | "runmode": "liberate", |
| | | "lazyCodeLoading": "requiredComponents" ,// 启用按需注入 |
| | | "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ], |
| | | "permission" : { |
| | | "scope.userLocation" : { |