Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 619 Bytes

main-config-vite-final.mdx

File metadata and controls

24 lines (15 loc) · 619 Bytes
title sidebar
viteFinal
order title
22
viteFinal

Parent: main.js|ts configuration

Type: (config: Vite.InlineConfig, options: Options) => Vite.InlineConfig | Promise<Vite.InlineConfig>

Customize Storybook's Vite setup when using the Vite builder.

{/* prettier-ignore-start */}

{/* prettier-ignore-end */}

Options

Type: { configType?: 'DEVELOPMENT' | 'PRODUCTION' }

There are other options that are difficult to document here. Please introspect the type definition for more information.