app.json 启用 lazyCodeLoading=requiredComponents
部署到群晖 / deploy (push) Successful in 41s

微信代码质量扫描推荐项:让小程序按需注入组件,减少冷启动包加载量。
对老版本基础库会自动降级到全量注入,安全。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
yuming
2026-06-02 07:35:21 +08:00
parent 756d57d818
commit 035a946c4d
+2 -1
View File
@@ -35,6 +35,7 @@
] ]
}, },
"style": "v2", "style": "v2",
"sitemapLocation": "sitemap.json" "sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
} }