You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
const config = {
|
|
|
|
addons: ['@storybook/addon-essentials'],
|
|
|
|
framework: {
|
|
|
|
name: '@storybook/angular',
|
|
|
|
options: {}
|
|
|
|
},
|
|
|
|
stories: ['../**/*.stories.@(js|jsx|ts|tsx|mdx)']
|
|
|
|
};
|
|
|
|
|
|
|
|
export default config;
|
|
|
|
|
|
|
|
// To customize your webpack configuration you can use the webpackFinal field.
|
|
|
|
// Check https://storybook.js.org/docs/react/builders/webpack#extending-storybooks-webpack-config
|
|
|
|
// and https://nx.dev/packages/storybook/documents/custom-builder-configs
|