fix(mini-runner): 修复UI库link到本地使用时Current值错误的问题 #7503
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
这个 PR 做了什么?
修复 UI 库 link 到本地使用时,组件库引用的 @tarojs/runtime 会是 UI 库文件夹里 node_modules 的一份,而项目使用的 @tarojs/runtime 是项目顶层 node_modules 的那份。两个包不一致导致 UI 库获取闭包的 Current 值错误。
这里使用 webpack alias 强行指定使用顶层 node_modules 的 @tarojs/runtime
这个 PR 是什么类型?
这个 PR 满足以下需求:
这个 PR 涉及以下平台: