Skip to content

Commit

Permalink
fix: remove mdx files
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 17, 2021
1 parent 60b77b7 commit 92e5f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/storybook-6/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const BundleAnalyzerPlugin = require('webpack-bundle-analyzer')

module.exports = {
stories: [
'../../stories/src/catalogs/*.mdx',
//'../../stories/src/catalogs/*.mdx',
'../../../ui/editors/src/**/*.stories.@(js|jsx|tsx|mdx)',
'../../../ui/components/src/**/*.stories.@(js|jsx|tsx|mdx)',
'../../../ui/blocks/src/**/*.stories.@(js|jsx|tsx|mdx)',
Expand Down

0 comments on commit 92e5f54

Please sign in to comment.