oblador / react-native-esbuild

Fast bundler and dev server for react-native using esbuild
MIT License
595 stars 11 forks source link

Support esbuild 0.17 #29

Closed oblador closed 1 year ago

oblador commented 1 year ago

This PR adds support for esbuild 0.17+ and as a bonus also makes sure that supported asset and source extension match what latest metro supports.

It also removes the esmCustomMainFieldResolverPlugin as in my testing this is no longer needed and trouble shooting section about typescript as these bugs have been fixed in recent esbuild versions.

Closes #27