Skip to content

Commit e052f77

Browse files
committed
build(deps-dev): upgrade storybook to 7.0.12
1 parent 5f7da8e commit e052f77

File tree

3 files changed

+1336
-836
lines changed

3 files changed

+1336
-836
lines changed

.storybook/main.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
const remarkGfm = require('remark-gfm').default;
12
const tsconfigPaths = require('vite-tsconfig-paths').default;
3+
24
module.exports = {
35
stories: [
46
'../packages/**/*.story.ts',
@@ -13,7 +15,16 @@ module.exports = {
1315
'@storybook/addon-links',
1416
'@storybook/addon-a11y',
1517
'../storyhelpers/storybook-readme/preset.js',
16-
'@storybook/addon-mdx-gfm',
18+
{
19+
name: '@storybook/addon-docs',
20+
options: {
21+
mdxPluginOptions: {
22+
mdxCompileOptions: {
23+
remarkPlugins: [remarkGfm],
24+
},
25+
},
26+
},
27+
},
1728
],
1829
framework: {
1930
name: '@storybook/web-components-vite',

0 commit comments

Comments
 (0)