feat(@vant/cli): add build.packageManager config

This commit is contained in:
chenjiahan
2021-11-09 10:33:19 +08:00
parent 08847af422
commit ecd2fb4f13
3 changed files with 18 additions and 7 deletions

View File

@@ -180,6 +180,13 @@ module.exports = {
};
```
### build.packageManager
- Type: `'npm' | 'yarn' | 'pnpm'`
- Default: `undefined`
指定使用的包管理器。
### site.title
- Type: `string`