mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 11:17:42 +00:00
12 lines
256 B
JavaScript
12 lines
256 B
JavaScript
module.exports = {
|
|
stories: [
|
|
'../*.stories.mdx',
|
|
'../lib/src/**/*.stories.mdx',
|
|
'../lib/src/**/*.stories.@(js|jsx|ts|tsx)',
|
|
],
|
|
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],
|
|
core: {
|
|
builder: 'webpack5',
|
|
},
|
|
};
|