Wei

Results 290 comments of Wei

Close as inactive, feel free to reopen if issue still exists.

Could you provide a minimal reproduction and the repeat path please? And how do you recognize that all the files are recompiled (under the hood, in Rspack architecture, you could...

@kirillbashtenko Does this workaround also works for you https://github.com/web-infra-dev/rspack/issues/7490#issuecomment-2273955633?

You could try to remove the following code I guess, I don't know what it does. ```diff - transform: { - "^.+\\.(t|j)sx?$": "@swc/jest", - }, ``` And, TBH, I'm not...

@kirillbashtenko sorry for the late response, i think https://github.com/rspack-contrib/storybook-rsbuild/pull/329 has a chance to resolve this issue, could you tell me how to reproduce the stuck in https://github.com/kirillbashtenko/storybook-rsbuild-issue?

i can't launch Storybook successfully due to the following issue, can you give a try of 2.1.0 (which requires @rsbuild/core 1.5.0) which may resolve this issue.

Not supported yet, I need to port https://github.com/storybookjs/storybook/blob/next/code/frameworks/react-native-web-vite/README.md to Rsbuild based Storybook framework. I took a quick look, it seems not hard to port.