egoist / rollup-plugin-esbuild

Use ESBuild with Rollup to transform ESNext and TypeScript code.
MIT License
628 stars 40 forks source link

esbuild-plugin-d.ts #285

Open webigorkiev opened 3 years ago

webigorkiev commented 3 years ago

Hello. Thanks for your solution! Can you add support for the esbuild-plugin-d.ts plugin? https://github.com/floffah/esbuild-plugin-d.ts

egoist commented 3 years ago

Hmm this plugin uses esbuild's transform API which means it doesn't support esbuild plugins

yetone commented 3 years ago

💔