ant-design / antd-tools

🔧 Cli Tools for Ant Design React

Home Page:https://ant.design/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean typescript compiler result at the same time

paranoidjk opened this issue · comments

加个参数不要输出 js 文件就可以了

--noEmit

现有有 jsx ,js 两个产物

tsx => jsx
ts => js

尝试了 clean 掉所有 compile output 之后重新 run pub,还是挂两个

2017-08-01 21 41 40

2017-08-01 21 41 46

@yesmeck 在什么时候加 noEmit 都不太合适吧?我们的 build,pub,lib test 等等场景都是需要生成构建文件的。

这个 clean 的先不管了。我继续看看这个 pub 报错