ReactTracer Vite Plugin Settings For React 19
Package: @autotracer/plugin-vite-react19 · Layer: Build · Type: Overview
Use these pages for the exact behavior of the options passed to reactTracer.vite() in vite.config.ts.
This layer controls build-time component injection, HTML startup script injection, optional Dashboard mounting, optional output-mode startup seeding, optional internal-only global-script workspace wiring, and optional Vite-root theme-file loading. It does not replace the runtime reactTracer() initializer in @autotracer/react19.
The tested React 19 integration in this package targets Vite 8.2.1.
Settings By Concern
- Startup and browser control:
inject,dashboardConfig, andoutputMode - Eligibility and labeling:
mode, pragma comments,include,exclude,labelHooks,labelHooksPattern, andprefix - Framework and build wiring:
serverComponents,importSource,buildWithWorkspaceLibs,reactUmdSrc, andreactDomUmdSrc
Adjacent Docs
- @autotracer/plugin-vite-react19 for package usage and compiler coverage
- React 19 runtime settings
- Dashboard package reference
- React 19 theme API
- React 19 theme examples