Does EmberJS Support Composed Components With Transitive Version Conflicts?

夙愿已清 提交于 2020-01-16 01:28:58

问题


I'm wondering whether I can build apps with EmberJS and browserify using components that may have child component dependencies with different versions?

For example suppose component's A and B are used. Component A depends on component C:1.0.4 and component B depends on Component C:2.0.6.

The reason I'm curious is that the Polymer registry does not support transitive dependencies that have version conflicts: https://github.com/Polymer/polymer/issues/326

Would a emberjs / browserify builds run into similar issues?

TIA, Ole

来源:https://stackoverflow.com/questions/35809708/does-emberjs-support-composed-components-with-transitive-version-conflicts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!