We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020170f commit 58f36b9Copy full SHA for 58f36b9
code/lib/cli-storybook/src/sandbox-templates.ts
@@ -715,7 +715,7 @@ const internalTemplates = {
715
useCsfFactory: true,
716
extraDependencies: ['@storybook/addon-webpack5-compiler-babel@^3.0.0', 'prop-types'],
717
editAddons: (addons) =>
718
- [...addons, '@storybook/addon-webpack5-compiler-babel@^3.0.0'].filter(
+ [...addons, '@storybook/addon-webpack5-compiler-babel'].filter(
719
(a) => !a.includes('@storybook/addon-webpack5-compiler-swc')
720
),
721
},
0 commit comments