Timeless0911
Timeless0911
 seems not work fine with multi compiler for cache invalidate key If different config with same id, it will fail too, see this case https://github.com/web-infra-dev/rslib/blob/test/persis/tests/integration/shims/esm/rslibShimsDisabled.config.ts
There is only one case left now, which is related to the implementation of unplugin. 
Set `moduleResolution` to `node16` or `nodenext` and the same as `module` can also resolve this issue. The `typesVersions` field seems not to be recognized by api-extractor which is different from...
tracking https://github.com/microsoft/rushstack/issues/5017
No permission for this codesandbox.
Should be an issue of `@microsoft/api-extractor`, see https://github.com/microsoft/rushstack/issues/2090 and https://github.com/microsoft/rushstack/issues/3000
Yeah, we currently only support sidebar HMR when we change `_meta.json`, so you can config the overview page title in `label` option at `_meta.json`. ```json { "type": "file", "name": "index",...
same as #470 If I write full `index` path like below, it work as expected. ```diff - export type { RsbuildPluginAPI } from './types'; + export type { RsbuildPluginAPI }...
Tracking https://github.com/microsoft/rushstack/issues/5018
Rsbuild does not want to be associated with the fields in `tsconfig.json`, we may do config check in Rslib.