Skip to content

Commit

Permalink
Chore(web-react): Remove Storybook addon meant for migration
Browse files Browse the repository at this point in the history
  * remove `@storybook/addon-mdx-gfm` that was remaining form migration
    process
  • Loading branch information
literat committed Oct 23, 2023
1 parent 0cb30d5 commit 4e671af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 566 deletions.
5 changes: 2 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolve, dirname, join } from 'path';
import { mergeConfig } from 'vite';
import type { StorybookViteConfig } from '@storybook/builder-vite';
import { dirname, join, resolve } from 'path';
import { mergeConfig } from 'vite';
import markdownRawPlugin from 'vite-raw-plugin';

const config: StorybookViteConfig = {
Expand All @@ -10,7 +10,6 @@ const config: StorybookViteConfig = {
getAbsolutePath('@storybook/addon-links'),
getAbsolutePath('@storybook/addon-docs'),
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('@storybook/addon-mdx-gfm'),
],

features: {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@storybook/addon-docs": "7.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-links": "7.4.6",
"@storybook/addon-mdx-gfm": "7.4.6",
"@storybook/addons": "7.4.6",
"@storybook/blocks": "7.4.6",
"@storybook/client-api": "7.4.6",
Expand Down
Loading

0 comments on commit 4e671af

Please sign in to comment.