https://github.com/usrrname/fast-storybook-webpack
Created with StackBlitz ⚡️
https://github.com/usrrname/fast-storybook-webpack
Last synced: about 1 year ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/usrrname/fast-storybook-webpack
- Owner: usrrname
- Created: 2023-04-22T21:42:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T02:05:04.000Z (about 3 years ago)
- Last Synced: 2025-02-01T23:20:22.686Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://stackblitz.com/edit/fast-storybook-webpack
- Size: 452 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fast-storybook-webpack
[Edit on StackBlitz ⚡️](https://stackblitz.com/edit/fast-storybook-webpack)
Attempted migration of `@storybook/html` to storybook 7.0 with the following FAST packages:
This reproduction uses:
- webpack 5
- Typescript 4.8
- `@storybook/html5-webpack`
- `@microsoft/fast-element@2.0.0-beta.23`
- `@microsoft/fast-foundation@3.0.0-alpha.27`
- `@microsoft/fast-react-wrapper@1.0.0-alpha.7`
`npm run dev` to locally bundle esm/cjs components
`npm run build` to build esm/cjs components bundles
`npm run start` to see component loaded in static page
`npm run start:sb` to start storybook
`npm run build:sb` to build storybook
----------
## Related OSS issues:
- https://github.com/storybookjs/storybook/issues/22219
- https://github.com/microsoft/fast/issues/6698