是否可以混合使用 ts-loader 和 esbuild-loader?

Is it possible to mix the ts-loader and esbuild-loader?

有没有办法混合使用 esbuild-loader 和 ts-loader?这样所有 .ts 文件都使用 esbuild 编译 - 除非文件中有装饰器,然后文件使用 tsc?

编译

这个问题的作者最终创建了一个 esbuild 插件来执行此操作:https://github.com/thomaschaaf/esbuild-plugin-tsc. See also this discussion thread for implementation considerations: https://github.com/evanw/esbuild/issues/915