An open API service indexing awesome lists of open source software.

https://github.com/badsyntax/storybook-webpack5-esm-typescript

Storybook webpack 5 typescript ESM
https://github.com/badsyntax/storybook-webpack5-esm-typescript

Last synced: 12 months ago
JSON representation

Storybook webpack 5 typescript ESM

Awesome Lists containing this project

README

          

# storybook-webpack5-esm-typescript

Example repo that shows the workarounds required to run Storybook with webpack5, ESM & TypeScript.

See: https://github.com/storybookjs/storybook/issues/14877

```console
nvm use 16
npm i
npm run storybook
```