Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 599 Bytes

main-config-webpack-final.mdx

File metadata and controls

24 lines (15 loc) · 599 Bytes
title sidebar
webpackFinal
order title
23
webpackFinal

Parent: main.js|ts configuration

Type: async (config: Config, options: WebpackOptions) => Config

Customize Storybook's Webpack setup when using the webpack 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.