diff --git a/manifest.json b/manifest.json index 7194ea0..841ce0a 100644 --- a/manifest.json +++ b/manifest.json @@ -59,6 +59,12 @@ }, "usingComponents" : true, "requiredPrivateInfos": ["getLocation"], + "optimization" : { + "minify": { + "js": true, + "css": true + } + }, "permission" : { "scope.userLocation" : { "desc" : "你的位置信息将用于获取周边服务"