This plugin can potentially be much faster. We can enable incremental builds by [caching](https://esbuild.github.io/plugins/#caching-your-plugin) the Babel transform, so it only runs for changed files.
This plugin can potentially be much faster.
We can enable incremental builds by caching the Babel transform, so it only runs for changed files.