Skip to content

Commit

Permalink
Merge pull request #2 from storybookjs/valentin/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
valentinpalkovic authored Feb 27, 2024
2 parents 4378874 + c4a13ae commit 2fe4604
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,19 +5,7 @@ This addon adds SWC support to Storybook's webpack5 compiler. It adds the swc-lo
## Installation

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

## Usage

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

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

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

## Configuration
Expand Down

0 comments on commit 2fe4604

Please sign in to comment.