Back to Storybook

Storybook Preset Full Config Object

docs/_snippets/storybook-preset-full-config-object.md

10.3.6324 B
Original Source
js
export default {
  managerWebpack: async (config, options) => {
    // Update config here
    return config;
  },
  webpackFinal: async (config, options) => {
    return config;
  },
  babel: async (config, options) => {
    return config;
  },
};