Soon

Results 171 comments of Soon

At present, I think this issue is related to Rspack which is currently under in-depth investigation. ``` Panic occurred at runtime. Please file an issue on GitHub with the backtrace...

you could try use `tools.rspack` or `tools.bundlerChain` to support `resourceQuery` like svgr plugin https://rsbuild.dev/plugins/list/plugin-svgr#svgroptionsexporttype https://github.com/web-infra-dev/rsbuild/tree/main/packages/plugin-svgr

could you add `enforce: 'pre'` to your rule? @ouzhou

related to https://github.com/web-infra-dev/rspack/issues/7269

related to https://github.com/web-infra-dev/rspack/issues/11239

Is it 100% reproduced when deleting mdx files?

My idea is to modify it to this API, which can solve this problem and make it more user-friendly. ```ts resolve: { alias: { "@tt/web/(.*)": { base: "/usr/demos/rsbuild/node_modules/.pnpm/@[email protected]/node_modules/@tt/web", request: "@tt/web/$1"...

> We have a workspaces have multiple internal packages with ts project references, and rslib's dts emission and main tsc shares same tsbuildinfo for each time compiler runs - there's...

> I'm curious if we can add a new plugin to support `react-docgen`, this can prevent `@rspress/plugin-api-docgen` from becoming too heavy. we can mark `documentation` and `react-docgen-typescript` as optional peerDependencies...

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