v1.6.2
Patch Changes
bab3e1dThanks @Torsten85! - Fix dist being built with the development JSX transform (jsxDEVfromreact/jsx-dev-runtime), which broke consumers in bothvite devandvite build. The build now explicitly usesjsx: { development: false }to emit the production transform (jsxfromreact/jsx-runtime).