| 30 | }); |
| 31 | |
| 32 | export 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 | |
| 42 | declare module 'wxt' { |
| 43 | export interface InlineConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…