/storybook-alpha-babelv7-repro

Bug reproduction of Storybook 6.5 alpha with babelModeV7 and webpack 5

Primary LanguageJavaScript

This is a standard storybook repro repository from npx sb@next repro with the following changes:

  • Enable babelModeV7
  • Add a simple babel config and appropriate babel dependencies (actually unnecessary for the bug but there for correctness).
  • Use the webpack5 manager and builder

Run yarn && yarn storybook to see it fail.