Skip to content

Commit

Permalink
Update main.js in Storybook config to include mdx file type
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Mar 12, 2021
1 parent 365b4e1 commit 2a08f9b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@

module.exports = {

"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx|md)"

"../src/**/*.stories.@(js|jsx|ts|tsx|md|mdx)"
],
"addons": [

"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/preset-create-react-app",

]
}

0 comments on commit 2a08f9b

Please sign in to comment.