Skip to content

react-email@6.1.5

Choose a tag to compare

@github-actions github-actions released this 18 May 21:18
549d95c

Patch Changes

  • 1a61cb0: Avoid OOM when running email export on projects with many templates. esbuild builds now run in batches of 10 entry points, and the render phase runs each batch of 25 templates inside a worker_threads worker so V8 isolate memory is reclaimed between batches.