MCPcopy Index your code
hub / github.com/wxt-dev/wxt / ReactModuleOptions

Interface ReactModuleOptions

packages/module-react/modules/react.ts:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30});
31
32export interface ReactModuleOptions {
33 vite?: PluginOptions;
34 /**
35 * Vite plugins to add before the `react()` plugin. Some plugins like the
36 * `@tanstack/router-plugin` need to be added before `react()` to work
37 * correctly.
38 */
39 vitePluginsBefore?: PluginOption[];
40}
41
42declare module 'wxt' {
43 export interface InlineConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…