aelbore / esbuild-jest

A Jest transformer using esbuild
519 stars 51 forks source link

fix: add esbuild to peerDependencies #4

Closed aleclarson closed 4 years ago

aleclarson commented 4 years ago

This lets the user decide which esbuild version to use.

Version 0.5.0 is when buildSync was introduced.

This is a breaking change. I updated the readme, too.

aelbore commented 4 years ago

@aleclarson thanks