We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e280a commit b2a509bCopy full SHA for b2a509b
.storybook/main.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
- stories: ['../stories/**/*.stories.js'],
3
- addons: ['@storybook/addon-actions', '@storybook/addon-links'],
+ stories: ['../client/**/*.stories.(jsx|js|mdx)'],
+ addons: ['@storybook/addon-actions', '@storybook/addon-docs', '@storybook/addon-knobs', '@storybook/addon-links'],
4
webpackFinal: async config => {
5
// do mutation to the config
6
0 commit comments