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
- Host: GitHub
- URL: https://github.com/badsyntax/storybook-webpack5-esm-typescript
- Owner: badsyntax
- Created: 2022-01-04T10:40:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T10:49:22.000Z (over 4 years ago)
- Last Synced: 2025-02-15T05:15:02.778Z (over 1 year ago)
- Language: JavaScript
- Size: 339 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```