Tell storybook to use mdxv2

This commit is contained in:
Gabe Kangas
2022-10-16 21:48:19 -07:00
parent 5802579cc5
commit 6745759904
3 changed files with 2005 additions and 8 deletions

View File

@@ -2,6 +2,9 @@ module.exports = {
core: {
builder: 'webpack5',
},
features: {
previewMdx2: true,
},
stories: [
'../.storybook/stories-category-doc-pages/**/*.stories.mdx',
'../stories/**/*.stories.@(js|jsx|ts|tsx)',