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 22, 2023
1 parent 0cb30d5 commit 962be72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 565 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
Loading

0 comments on commit 962be72

Please sign in to comment.