Skip to content

Commit

Permalink
Merge pull request #16 from Karibash/feature/readme-add-alternative
Browse files Browse the repository at this point in the history
Add an alternative to README.md
  • Loading branch information
Karibash authored Mar 24, 2022
2 parents 007aa44 + c662145 commit b9cde89
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-rice-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"storybook-addon-swc": patch
---

Add an alternative to README.md
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ module.exports = {
| `swcLoaderOptions` | Options for swc loader. | [object](https://swc.rs/docs/configuration/compilation) | [see](https://github.com/Karibash/storybook-addon-swc/blob/master/src/index.ts#L19-L32) |
| `swcMinifyOptions` | Options for swc minify. | [object](https://swc.rs/docs/configuration/minification) | [see](https://github.com/Karibash/storybook-addon-swc/blob/master/src/index.ts#L33-L37) |

## 🎓 Alternative

### [storybook-addon-turbo-build](https://github.com/pocka/storybook-addon-turbo-build)

This add-on replaces babel-loader with esbuild-loader.
I used storybook-addon-swc as a reference in developing the storybook-addon-swc.

### [storybook-builder-vite](https://github.com/eirslett/storybook-builder-vite)

This builder changes the build system of Storybook from Webpack to Vite.
Vite is very fast because it does not bundle during development.

## 🤝 Contributing

Contributions, issues and feature requests are welcome.
Expand Down

0 comments on commit b9cde89

Please sign in to comment.