Skip to content

Commit

Permalink
chore: update to storybook 8 with vite builder
Browse files Browse the repository at this point in the history
  • Loading branch information
basilgood committed Aug 2, 2024
1 parent 1bbf4fa commit e212a0c
Show file tree
Hide file tree
Showing 3 changed files with 3,321 additions and 7,915 deletions.
4 changes: 2 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import rollupCommonjs from '@rollup/plugin-commonjs';
import esbuild from 'rollup-plugin-esbuild';

/** @type { import('@web/storybook-framework-web-components').StorybookConfig } */
/** @type { import('@storybook/web-components-vite').StorybookConfig } */
const config = {
stories: ['../stories/**/*.stories.{js,ts,mdx}'],
addons: ['@storybook/addon-essentials', '@storybook/addon-links'],
framework: {
name: '@web/storybook-framework-web-components',
name: '@storybook/web-components-vite',
},
docs: {
autodocs: true,
Expand Down
Loading

0 comments on commit e212a0c

Please sign in to comment.