Skip to content

vixt / core / BuildOptions

BuildOptions

Properties

analyze?

optional analyze?: boolean | (AnalyzerPluginOptions | undefined) & { enabled?: boolean | undefined; }

Set to true to enable bundle analysis, or pass an object with enabled: true and options: vite-bundle-analyzer


legacy?

optional legacy?: boolean | Options & object

Set to true to enable legacy mode, or pass an object with enabled: true and options: @vitejs/plugin-legacy