Skip to content

Function: aiui()

aiui(options?): Plugin<any>[]

Defined in: index.ts:180

The aiui integration for an app's Vite config:

ts
import aiui from "@habemus-papadum/aiui-source-processor";
export default defineConfig({ plugins: [aiui(), solid()] });

Order matters: aiui() comes BEFORE the Solid plugin so the locator's pre-phase Babel pass sees the original JSX.

Parameters

options?

AiuiPluginOptions = {}

Returns

Plugin<any>[]