umijs / father

NPM package development tool
MIT License
2.14k stars 275 forks source link

prebundle 不支持 zx(类型部分) #610

Open sorrycc opened 2 years ago

sorrycc commented 2 years ago

如何复现

安装依赖,

pnpm i zx father@next -D

编辑 .fatherrc.ts,

export default { prebundle: { deps: ['zx'] } }

执行 prebundle,

father prebundle

产物如下,

image

问题

类型缺失。

wangxingkang commented 2 years ago

哈哈,这个问题我早发现了 没提