Wei

Results 98 issues of Wei

could make process faster.

This PR adds the guide for using shadcn/ui with Rsbuild. [Rsbuild](https://rsbuild.dev/) is the [Rspack](https://www.rspack.dev/) powered build tool. There's also an example in rspack-contrib here https://github.com/rspack-contrib/rspack-examples/blob/main/rsbuild/shadcn-ui/README.md.

See https://github.com/rspack-contrib/storybook-rsbuild/pull/11.

enhancement

The builder name log is verbose as shown below, which is much more verbose than Vite or webpack framework. There's a strip function https://github.com/storybookjs/storybook/blob/a5c7f7fd16643c3aa85fceb9149e3d2e83b9ef7d/code/lib/core-server/src/build-dev.ts#L216-L219 which only works with `@storybook/name` frameworks....

first party enhancement

### What problem does this feature solve? When I accidentally copied a line of incorrect code into mdx, the compilation error led to a white screen in Rspress. It took...

💡 feature

**What kind of change does this PR introduce?** Revert the source change in https://github.com/webpack/webpack/pull/18709, the test cases are reserved. Resolve https://github.com/web-infra-dev/rspack/issues/7591. After adding new tests cases in this PR, I...

PR: reviewed-approved

## Summary Fix https://github.com/web-infra-dev/rslib/issues/204 and more. We'll try to merge this back into webpack after stabilized. ## Checklist - [x] Tests updated (or not required). - [ ] Documentation updated...

release: feature

## Summary Port https://redirect.github.com/webpack/webpack/pull/18790. ## Checklist - [x] Tests updated (or not required). - [ ] Documentation updated (or not required).

release: bug fix

## Summary This PR is far from complete, it's just here to document the migration process and identify potential issues (see the @rslib/core is even linked for debugging :P )....

**Update 2025/03/07** storybook-rsbuild already support using with a Rspack project, check out https://storybook-rsbuild.netlify.app/guide/integrations/rspack.html and feel free to leave any comments and suggestions. --- Please use the reaction with 👍 to...