storybookjs / addon-webpack5-compiler-babel

Adds babel as a Webpack5 compiler to Storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

npx storybook@latest add @storybook/addon-webpack5-compiler-babel

About

Adds babel as a Webpack5 compiler to Storybook

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%