-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to get storybook to build with storybook-rsbuild. #21
Comments
A few more debug details to try and help: I've tried upgrading to Storybook 8 - no luck with that. I've tried running the below, with the following minimal config file:
And I get:
I've tried to also use:
I've tried cutting the config down as much as possible in rsbuild as well, but not having any luck :( |
You could try running - Rsbuild Config: /Users/bytedance/Projects/storybook-rsbuild/sandboxes/react-rsbuild/storybook-static/rsbuild.config.mjs
- Rspack Config (web): /Users/bytedance/Projects/storybook-rsbuild/sandboxes/react-rsbuild/storybook-static/rspack.config.web.mjs You can attach the content here. |
👋 Same issue here. It gets stuck like this when running Storybook (v8) with
|
Hi,
Since adding storybook-rsbuild, I've found that I'm unable to get a build to complete.
The process always gets stuck on:
If I run it in dev mode, the
iframe.html
never loads - and sits in pending.The UI shows:
The full output, for build:
For dev:
The terminal looks like it's running
esbuild
when it gets stuck.I've tried running with various debug options, e.g.
--debug
or--loglevel silly
, but it provides nothing new which puzzles me.Any clues or points as to what might be the issue? Or what information would help with debugging?
Thanks,
Ed
The text was updated successfully, but these errors were encountered: