2022-02-11 13:56:28 +00:00
|
|
|
module.exports = {
|
|
|
|
stories: [],
|
2022-03-03 14:50:40 +00:00
|
|
|
addons: ['@storybook/addon-essentials', '@storybook/addon-a11y'],
|
2022-02-11 13:56:28 +00:00
|
|
|
// uncomment the property below if you want to apply some webpack config globally
|
|
|
|
// webpackFinal: async (config, { configType }) => {
|
|
|
|
// // Make whatever fine-grained changes you need that should apply to all storybook configs
|
|
|
|
|
|
|
|
// // Return the altered config
|
|
|
|
// return config;
|
|
|
|
// },
|
|
|
|
};
|