ice-lab / ice-next

The repo was transferred to https://github.com/alibaba/ice
https://v3.ice.work/
MIT License
53 stars 7 forks source link

runtime 地址统一修改为相对地址 #510

Closed ClarkXia closed 2 years ago

ClarkXia commented 2 years ago

runtime 现在均以绝对地址的方式传入,由于目前推荐以 esm 规范,导致路径拼接成本过高,并且在源码中出现绝对地址会导致一些问题(比如奇奇怪怪的特殊路径)

期望以相对地址的方式注册 runtime