Skip to content

Commit

Permalink
Merge pull request #22202 from storybookjs/fix/babelrc-web-components…
Browse files Browse the repository at this point in the history
…-webpack

CLI: Add web-components webpack5 to missing-babelrc automigration
  • Loading branch information
valentinpalkovic committed Apr 26, 2023
2 parents cfd6dc5 + fb74334 commit 5930b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/cli/src/automigrate/fixes/missing-babelrc.ts
Expand Up @@ -17,6 +17,7 @@ const frameworksThatNeedBabelConfig = [
'@storybook/vue-webpack5',
'@storybook/vue3-webpack5',
'@storybook/html-webpack5',
'@storybook/web-components-webpack5',
];

export const missingBabelRc: Fix<MissingBabelRcOptions> = {
Expand Down

0 comments on commit 5930b8a

Please sign in to comment.