Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(monorepos): 支持 monorepo 依赖提升 #3153

Closed
wants to merge 4,632 commits into from
Closed

Conversation

grepug
Copy link

@grepug grepug commented May 23, 2019

遵循 node modules resolution algorithm 查找依赖路径

The Node module resolution algorithm is recursive: When looking for package A, it looks in a local node_modules/A directory, then in ../node_modules/A, ../../node_modules/A, ../../../node_modules/A, etc.

参考:Lerna Hoisting

相关issue #3116

grepug and others added 30 commits May 22, 2019 14:30
TouchableWithoutFeedback 一直要有个子节点 View
才能正常工作,而样式在作切割的时候着实不好分,而直接去掉 Clickable 裡的 View 的话 _Image 组件的 onClick 又无法正常工作,去掉内层 View 并改成 TouchableOpacity 并设置 activeOpacity 会好点
Switch有用到却没有引入
原有的 wx.createContext 已废弃
taro -> @tarojs/taro,这样 used by 才会显式正确的用量
@Stupidism
Copy link

有进展吗?

@SolidZORO
Copy link

@Stupidism workspaces can't find module 的问题你有解决办法了嘛?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.