From 2c8b8c5208ab0cb40a0ba37dbd94d7e2799e9959 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 26 Aug 2022 18:02:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(mp-weixin):=20manifest.json=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E9=85=8D=E7=BD=AE=20bigPackageSizeSupport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/manifest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 5dd180d83..c44a2fa55 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -432,6 +432,7 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http |es6|Boolean|ES6 转 ES5| |postcss|Boolean|上传代码时样式是否自动补全| |minified|Boolean|上传代码时是否自动压缩| +|bigPackageSizeSupport|Boolean|预览及真机调试时包体积上限是否调整为4M,默认为true(HBuilderX 3.5.5+)。| #### optimization -- GitLab