Optional
babel?: Options for the Babel transform
Optional
debug?: booleanEnable debug mode for additional logging
Optional
legacyDecorators?: booleanEnable legacy decorators support
Optional
useCompiledTemplates?: booleanEnables support for experimental compiled templates
Optional
useImportDiscovery?: booleanOpts into the automatic discovery is custom elements instead of using the static attribute
Vite plugin for jsx-lit with preserve-JSX compilation.
This plugin uses Babel to transform JSX directly into Lit templates at build time, providing optimal performance by eliminating runtime JSX processing entirely.