@storybook/addon-webpack5-compiler-babel
Version:
Adds babel as a Webpack5 compiler to Storybook
10 lines (6 loc) • 336 B
Markdown
# @storybook/addon-webpack5-compiler-babel
This addon adds babel support to Storybook's webpack5 compiler. It adds the babel-loader to the webpack config and sets the `babel-loader` as the default loader for JavaScript and TypeScript files.
## Installation
```sh
npx storybook@latest add @storybook/addon-webpack5-compiler-babel
```