Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-19 02:19:20 +08:00

chore: 移除 pnpm shamefully-hoist 配置项

This commit is contained in:
pany 2024-11-20 20:29:23 +08:00
parent c168ef7ab8
commit 526c2cf2c6

3
.npmrc
View File

@ -1,8 +1,5 @@
# China mirror of npm
registry = https://registry.npmmirror.com
# 通过该配置兜底解决组件没有类型提示的问题
shamefully-hoist = true
# 安装依赖时锁定版本号
save-exact = true