Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 17, 2024
1 parent de1d673 commit a76c116
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,5 @@ This addon adds babel support to Storybook's webpack5 compiler. It adds the babe
## Installation

```sh
npm install --save-dev @storybook/addon-webpack5-compiler-babel
```

## Usage

```js
// .storybook/main.js

const config = {
addons: ["@storybook/addon-webpack5-compiler-babel"],
};

export default config;
npx storybook@latest add @storybook/addon-webpack5-compiler-babel
```

0 comments on commit a76c116

Please sign in to comment.