Files
vtj/pnpm-workspace.yaml
“chenhuachun” fe2b9279da chore(workspace): 优化pnpm和lerna配置及vxe主题切换处理
- 移除.npmrc中无效及注释的配置,保留registry设置
- 在package.json的build脚本中禁用NX守护进程
- 在pnpm-workspace.yaml中启用hoist相关配置及指定允许构建的包
- 修复useVxe中vxe-table 4.6.x主题设置方法缺失问题,改为通过data属性切换主题
2026-08-01 12:03:32 +08:00

20 lines
304 B
YAML

packages:
- 'packages/*'
- 'platforms/*'
- 'apps/*'
- 'create-vtj'
- 'dev'
- 'docs'
nodeLinker: hoisted
hoist: true
shamefullyHoist: true
allowBuilds:
'@parcel/watcher': true
core-js: true
core-js-pure: true
cpu-features: true
esbuild: true
nx: true
ssh2: true
vue-demi: true