-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(web-components): upgrade storybook to v7
Upgrade storybook to v7 and update mdx files to match mdx2 style . #977
- Loading branch information
1 parent
10ec039
commit c897b2e
Showing
6 changed files
with
14,977 additions
and
18,595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
module.exports = { | ||
"core": { | ||
builder: "webpack5", | ||
disableTelemetry: true, | ||
disableTelemetry: true | ||
}, | ||
|
||
"stories": [ | ||
"../src/**/*.stories.mdx", | ||
"../src/**/*.stories.@(js|jsx|ts|tsx)" | ||
], | ||
|
||
"addons": [ | ||
"@storybook/addon-links", | ||
"@storybook/addon-essentials", | ||
"@storybook/addon-postcss", | ||
"@storybook/addon-a11y", | ||
"@storybook/addon-a11y" | ||
], | ||
"framework": "@storybook/web-components" | ||
|
||
"framework": { | ||
name: "@storybook/web-components-webpack5", | ||
options: {} | ||
}, | ||
|
||
"staticDirs": ['../dist', '../public'], | ||
|
||
docs: { | ||
autodocs: true | ||
} | ||
} |
Oops, something went wrong.