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.
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