esbuild-runner icon indicating copy to clipboard operation
esbuild-runner copied to clipboard

Cannot use plugins in synchronous API calls

Open pincman opened this issue 3 years ago • 3 comments

the plugins option must in async config

pincman avatar Jul 16 '21 15:07 pincman

I am also interested in using plugins with this

HexaField avatar Jul 19 '21 10:07 HexaField

Async code transformation should be doable in Jest since that recently had been fixed: https://github.com/facebook/jest/issues/9504

sebas2day avatar Sep 08 '21 07:09 sebas2day

Same, it would be really helpful to be able to use plugins when using esr

Euregan avatar Sep 01 '22 14:09 Euregan