UNPKG

@laura.broder/learnstorybook-design-system-template

Version:
7 lines (6 loc) 403 B
module.exports = { // Changes the load order of our stories. First loads the Intro page // automatically import all files ending in *.stories.js|mdx stories: ['../src/components/Intro.stories.mdx', '../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'], addons: ['@storybook/addon-links', '@storybook/addon-essentials', '@storybook/preset-create-react-app', '@storybook/addon-a11y'], };