Skip to content

Commit

Permalink
Add web-components webpack5 to missing-babelrc automigration
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Palkovic <[email protected]>
  • Loading branch information
2 people authored and JungHoe committed Apr 26, 2023
1 parent 77bb391 commit 6744f5b
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 6744f5b

Please sign in to comment.