diff --git a/.storybook/main.ts b/.storybook/main.ts index 80e2d5e63..655d8d915 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -60,12 +60,7 @@ const config = { plugins: [react()], optimizeDeps: { exclude: ['fsevents'], - include: [ - '@storybook/web-components', - '@vitejs/plugin-react', - 'lit/directives/style-map.js', - 'uuid', - ], + include: ['@storybook/web-components', 'lit/directives/style-map.js', 'uuid'], }, }); },