@haluo/biz 2.0.42-next.4 → 2.0.43-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,4 +34,7 @@ npm unlink @haluo/biz # 删除项目符号链接
34
34
  3、查看依赖包(非必需)
35
35
  npm list # 查看所有依赖包
36
36
  npm list -g --depth=0 # 查看全局依赖包
37
+
38
+ 4、如果热更失效,可以
39
+ rm -rf node_modules && npm i && npm link @haluo/biz && npm run dev
37
40
  ```