Wei
Wei
```ts plugins: [new DefinePlugin()] ``` This should work, Rsbuild supports all Rspack plugins. Could you provide a more detailed config file to help inspecting?
In the foreseeable future, I'm not seeing an easy way to align with all `@storybook/{react,vue3,...}-webpack5`. TBH, it's **HIGHLY** recommended to use Rsbuild to build a project instead use the low...
> Then it was imo a strategic mistake to advertise rspack as a (more or less) webpack drop-in replacement if you actually wanted people to use rsbuild because it's more...
There's already a [guide for Rspack project integrating](https://storybook.rsbuild.dev/guide/integrations/rspack.html) now. I believe it's enough for most of the scenarios without introducing new addon or frameworks. Feel free to comment if you...
Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) to help us address the issue, we cannot assist with troubleshooting based on the information currently provided. Thanks. [Why reproduction is required](https://antfu.me/posts/why-reproductions-are-required)
after internal discussion, we believe that supporting async module factory would be a complex and non-essential feature. currently, we have decided to change the way mocks are implemented, only supporting...
Thank you for reaching out. We will start a v2.0.0-beta version to compact with Storybook9 (it's a breaking change on the Storybook side, so it should be a major version...
Seems there's already a left TODO of the same issue in the codebase https://github.com/mdrobny/storybook-rsbuild/blob/6e947e5967d3284b0fa229f7133603837feb4995/packages/builder-rsbuild/src/index.ts#L75.
close as only for canary releasing.
Did you install storybook at the root level of the monorepo? I suspect so because I saw `File: /home/runner/_work/front-end-monorepo/front-end-monorepo/node_modules/.cache/storybook-rsbuild-builder/storybook-stories.js:1:1`. If not using a shared storybook dependency in a monorepo (like...