You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This just calls esbuild, so the issue is within that lib.
However, if I were to guess, I would suggest that maybe the tsconfig for the node app is configured with JSX.
That's a pretty weird issue though.
It has been a while, but I am pretty sure this plugin generates an esbuild.json file as well. You might turn off react options in there as well.
There is a problem when compiling files with generics on lambda-functions.
Example:
It transpiles to this:
When changing the function to this it works:
The text was updated successfully, but these errors were encountered: