Soon

Results 81 issues of Soon

### What problem does this feature solve? https://github.com/web-infra-dev/rspress/discussions/1105#discussioncomment-9516076 closes https://github.com/web-infra-dev/rspress/issues/1452 ### What does the proposed API look like? some historical problems need to be solved 1. support tsx syntax highlight...

💡 feature

### Version ```sh rspress 1.38.0 ``` ### Details https://github.com/web-infra-dev/rspress/pull/1675 sidebar and title calculation is more complicated, hmr should be refactored 1. label in `_meta.json` 1. md h1 title 1. md...

enhancement
💡 feature

> this is a common question, and we may need to optimize the `Failed to load SSG bundle` error message _Originally posted by @SoonIter in [#1528](https://github.com/web-infra-dev/rspress/issues/1528#issuecomment-2440515049)_ It is a headache...

### What problem does this feature solve? the bundleless workaround ```ts defineConfig({ lib: [{ bundle: false, format: 'esm', syntax: 'esnext', tools: { rspack: { module: { parser: { javascript: {...

### What problem does this feature solve? https://github.com/web-infra-dev/rspress/blob/d7513e0340a7135c4136e87f154fbe792be447d1/packages/plugin-algolia/rslib.config.ts#L8 ### before I have three tasks `1. bundle-node` `2. bundle-web` `3. bundleless-dts`, but i have to define 3 tasks into 2 ```ts...

### What problem does this feature solve? Barrel files is a development model commonly used in development. [Stop using Barrel files](https://mp.weixin.qq.com/s/I1i-dhgFgmBsfNrpPW-akQ) [how-we-optimized-package-imports-in-next-js](https://vercel.com/blog/how-we-optimized-package-imports-in-next-js) maybe we can automatically optimize this behavior in...

💡 feature

docs(rspress): upgrade to beta.4, and enable `ssg: true` https://github.com/web-infra-dev/rspress/pull/2243

https://github.com/web-infra-dev/rspress/pull/1953/files ![image](https://github.com/user-attachments/assets/88e7b39b-da02-4519-b6c1-851e1280ee98) Rspress needs to run the code on node/web, as there is no exports field, we will run to the cjs output in node runtime. And the cjs output...

## version ``` "@napi-rs/cli": "3.0.0-alpha.64", ``` ## error detail I encountered this problem when upgrading the `@napi-rs/cli` version of rspack from `3.0.0-alpha.45` to `3.0.0-alpha.64` https://github.com/web-infra-dev/rspack/actions/runs/11607471349/job/32321072375?pr=6429 `registerGlobalTrace` gens two `export` https://github.com/web-infra-dev/rspack/blob/6c81a4c659d1a01598cd81a9c396def07f47b4e4/crates/node_binding/src/lib.rs#L225

## Summary docs: upgrade to Rspress V2 new UI ## Related links ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

team
release: document