Skip to content

Commit

Permalink
config: support stories.mdx
Browse files Browse the repository at this point in the history
The Storybook 6.2 default glob has been updated, this change follows the latest default.

storybookjs/storybook#13996
  • Loading branch information
Robbert authored and Yolijn committed May 3, 2021
1 parent 37e5ac0 commit f9ca504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
stories: ['../__stories__/**/*.stories.@(js|mdx)', '../src/**/*.stories.@(js|mdx)'],
stories: ['../__stories__/**/*stories.@(js|mdx)', '../src/**/*stories.@(js|mdx)'],
addons: [
'@storybook/addon-notes/register',
'@storybook/preset-scss',
Expand Down

0 comments on commit f9ca504

Please sign in to comment.