yarn build 编译到了 node_modules?

运行 yarn build 之后

我不到为什么要去 node_modules 里,而且为什么有错误?

完整输出

package.json

tsconfig.json

tsconfig.base.json

2 个赞

这是我插件的 package.json
https://pastebin.com/GTPYT2K6

2 个赞

我先直接把 devDeps 删了试试

2 个赞

删了也没用

1 个赞


目前可以确认就是 k2s 其中某个地方有问题
tsconfig.json 就是模板的,没动过,新建插件覆盖也试过了

1 个赞


原因是,我在 shared 里面 import 了 @koishijs/client 的 type

1 个赞

就算你是定义,你也不要在不跑在 client(tsconfig.json 引入了 @koishijs/client/global 类型的地方) 的地方引入 @koishijs/client,包括 type

1 个赞