folke / esbuild-runner

⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild
https://www.npmjs.com/package/esbuild-runner
Apache License 2.0
711 stars 24 forks source link

Cannot use plugins in synchronous API calls #32

Open pincman opened 3 years ago

pincman commented 3 years ago

the plugins option must in async config

HexaField commented 3 years ago

I am also interested in using plugins with this

sebas2day commented 3 years ago

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

Euregan commented 2 years ago

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