From 526c2cf2c68faabca3a1c09700cc2e41afc03c72 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Wed, 20 Nov 2024 20:29:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20pnpm=20shamefully?= =?UTF-8?q?-hoist=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.npmrc b/.npmrc index 3de15a2..1db20f5 100644 --- a/.npmrc +++ b/.npmrc @@ -1,8 +1,5 @@ # China mirror of npm registry = https://registry.npmmirror.com -# 通过该配置兜底解决组件没有类型提示的问题 -shamefully-hoist = true - # 安装依赖时锁定版本号 save-exact = true