From 085185dc0f8a258f29e29b541f5b9dcf47056799 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Fri, 4 Jul 2025 17:31:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20package.json=20pn?= =?UTF-8?q?pm=20=E6=9C=80=E9=AB=9810.10.0=20=E5=8F=AF=E4=BB=A5=EF=BC=8C10.?= =?UTF-8?q?12.0=E5=AE=89=E8=A3=85=E4=BC=9A=E6=8A=A5=E9=94=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/manifest.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 614e846..a218fe9 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "unibest", "type": "commonjs", "version": "3.2.0", + "packageManager": "pnpm@10.10.0", "description": "unibest - 最好的 uniapp 开发模板", "update-time": "2025-06-21", "author": { diff --git a/src/manifest.json b/src/manifest.json index 0366d02..c436de6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -89,7 +89,10 @@ "es6": true, "minified": true }, - "usingComponents": true + "usingComponents": true, + "optimization": { + "subPackages": true + } }, "mp-alipay": { "usingComponents": true,