@haluo/biz 2.0.50-beta.1 → 2.0.51-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
@@ -37,4 +37,6 @@ npm list -g --depth=0 # 查看全局依赖包
37
37
 
38
38
  4、如果热更失效,可以
39
39
  rm -rf node_modules && npm i && npm link @haluo/biz && npm run dev
40
+
41
+ npm uninstall @haluo/biz && npm i @haluo/biz && npm link @haluo/biz && npm run dev
40
42
  ```