ReactTracer Vite Plugin Settings
Package: @autotracer/plugin-vite-react18 · 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 defaults, optional UMD/global loading, and optional Vite root theme file loading. It does not replace the runtime reactTracer() initializer in @autotracer/react18.
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-react18 for package usage, pragmas, examples, and troubleshooting
- ReactTracer Installation - Vite for the recommended Vite entry path
- ReactTracer Configuration for the recommended runtime and build-time split
- ReactTracer Runtime Settings for
reactTracer()option behavior - Dashboard Package Reference for injected dashboard fields
- ReactTracer Theme API and ReactTracer Example Themes for Vite root theme files