Tencent / hel

A module federation SDK which is unrelated to tool chain for module consumer. 工具链无关的运行时模块联邦sdk.
https://tencent.github.io/hel/
Other
967 stars 85 forks source link

js克隆远程模块库,build失败 #55

Closed llm9131142671 closed 1 year ago

llm9131142671 commented 1 year ago

npx degit https://github.com/hel-eco/hel-tpl-remote-lib demo npm run build 报错,这个问题和node版本有关吗,为什么报错呢

具体报错信息 | all files import statements been transformed to relative path for lib ^_^!

src/entrance/libTypes.ts → hel_proxy/entry.js... [!] (plugin typescript) TypeError: hostOrText.readFile is not a function TypeError: hostOrText.readFile is not a function

fantasticsoul commented 1 year ago

将typescript版本降低到 4.8即可,4.9存在这个问题