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
As a developer using Vite I would like to see the automatic JSX runtime support of esbuild used instead of a custom transformation in Vite so that performance can be enhanced and details in implementation do not diverge.
Suggested solution
Use the automatic JSX runtime functionality as implemented in esbuild (see evanw/esbuild#2349). See the release notes for this feature for more information.
The text was updated successfully, but these errors were encountered:
Description
As a developer using Vite I would like to see the automatic JSX runtime support of esbuild used instead of a custom transformation in Vite so that performance can be enhanced and details in implementation do not diverge.
Suggested solution
Use the automatic JSX runtime functionality as implemented in esbuild (see evanw/esbuild#2349). See the release notes for this feature for more information.
The text was updated successfully, but these errors were encountered: