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
esbuild has an "inject" option, which I don't think can be used with this loader yet.
Without the ability to use that function it becomes pretty difficult to switch to "esbuild-loader" in a codebase that had already adopted React's new jsx transform, so it would require adding back all the import statements across many files potentially.
The text was updated successfully, but these errors were encountered:
esbuild has an "inject" option, which I don't think can be used with this loader yet.
Without the ability to use that function it becomes pretty difficult to switch to "esbuild-loader" in a codebase that had already adopted React's new jsx transform, so it would require adding back all the import statements across many files potentially.
The text was updated successfully, but these errors were encountered: