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 authored and shilman committed May 3, 2023
1 parent 61f13cd commit 6090da4
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
Original file line number Diff line number Diff line change
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 6090da4

Please sign in to comment.