Soon
Soon
By the way, in bundless mode, if cannot resolve, error message should be emitted _Originally posted by @SoonIter in https://github.com/web-infra-dev/rslib/issues/250#issuecomment-2382455625_
### What problem does this feature solve? ```ts import { pluginReact } from '@rsbuild/plugin-react'; import { type LibConfig, defineConfig } from '@rslib/core'; export default defineConfig({ source: { entry: { index:...
### Version ```sh Rslib 0.0.0 ``` ### Details ### Reproduce link https://github.com/rspack-contrib/path-serializer/pull/1 ### Reproduce Steps 1. pnpm install 2. npm run build
### What would you like? Users of [Rspack](https://www.rspack.dev/) want to use cypress component testing based on `rspack.config` and provide faster build speed. > Rspack is a high performance JavaScript bundler...
[Feature][Treeshaking]: better treeshaking when lib conditional judgment e.g: `process.env.NODE_ENV`
### System Info System: OS: macOS 14.6.1 CPU: (10) arm64 Apple M1 Pro Memory: 124.89 MB / 32.00 GB Shell: 5.9 - /bin/zsh Browsers: Chrome: 131.0.6778.70 Chrome Canary: 133.0.6847.0 Safari:...
### What problem does this feature solve? ```js // index.js import { b } from './qux.js' console.log(b) ``` ```js // ./qux.js class A {} export const a = new A();...
## Summary ## Related Issue ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
## Summary 1. rename top level _meta.json => nav.json 2. add _meta.json json schema type hint ## Related Issue ## Checklist - [ ] Tests updated (or not required). -...
The goal is to replace all tailwindcss in theme-default with CSS Modules. Each component uses the corresponding .module.scss file. Task Breakdown into below 1. Replace all CSS Modules with the...
some milestones for 2.0 ## Build - [ ] https://github.com/web-infra-dev/rspress/pull/1851 - [ ] add `rehype-raw` to mdx-loader - [ ] migrate from `prism` to `shiki` - [ ] pure esm...