-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web-components): update web-components storybook to v7.6.7
Storybook-static folder is now being served on a http-server to interact with Loki, update MDX files from MDX1 to MDX2. Prettier fixes to files. . #977
- Loading branch information
1 parent
3368798
commit 1993929
Showing
8 changed files
with
11,141 additions
and
14,031 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-mdx-gfm" | ||
], | ||
"framework": "@storybook/web-components" | ||
|
||
"framework": { | ||
name: "@storybook/web-components-webpack5", | ||
options: {} | ||
}, | ||
|
||
docs: { | ||
autodocs: true | ||
} | ||
} |
24,844 changes: 10,958 additions & 13,886 deletions
24,844
packages/web-components/package-lock.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.