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,