rollup-plugin-esbuild icon indicating copy to clipboard operation
rollup-plugin-esbuild copied to clipboard

Support plugins / inject

Open antonstjernquist opened this issue 3 years ago • 1 comments

Hey, nice plugin! :)

Would be nice if plugins was supported. It would help a lot with React 17 and automatic jsx runtime.

Thanks!

antonstjernquist avatar Sep 23 '21 09:09 antonstjernquist

plugins and inject are not supported since they are not a part of the transform API: https://esbuild.github.io/api/#transform-api

egoist avatar Sep 23 '21 15:09 egoist