Skip to content

Commit

Permalink
Merge pull request #29804 from storybookjs/yann/fix-new-frameworks-au…
Browse files Browse the repository at this point in the history
…tomigration

CLI: Fix new-frameworks automigration
  • Loading branch information
yannbf authored Dec 4, 2024
2 parents f344add + 027d972 commit c0fb407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/core/src/common/utils/get-storybook-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const frameworkPackages: Record<string, SupportedFrameworks> = {
'@storybook/svelte-webpack5': 'svelte-webpack5',
'@storybook/sveltekit': 'sveltekit',
'@storybook/vue3-vite': 'vue3-vite',
'@storybook/experimental-nextjs-vite': 'experimental-nextjs-vite',
'@storybook/react-native-web-vite': 'react-native-web-vite',
'@storybook/vue3-webpack5': 'vue3-webpack5',
'@storybook/web-components-vite': 'web-components-vite',
'@storybook/web-components-webpack5': 'web-components-webpack5',
Expand Down

0 comments on commit c0fb407

Please sign in to comment.