9aoy
9aoy
### What problem does this feature solve? expect generate overview page by below: ### What does the proposed API look like? none
### Version ```sh rsbuild 1.0 beta ``` ### Details When multiple environments exist and their products are `dist/main.js` (web product) and `dist/bundle/main.js` (node product) expect: - Match `dist/main.js` when accessing...
### Version ```sh System: OS: macOS 12.5.1 CPU: (10) arm64 Apple M1 Pro Memory: 193.67 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Browsers: Chrome: 125.0.6422.141 Safari: 15.6.1 npmPackages: @rspress/plugin-rss:...
### What problem does this feature solve? When the product writes to memory (execute rsbuild dev), it is difficult to find out which files were generated and what their paths...
### What problem does this feature solve? As a framework developer, I would like to add some extra `watchOptions.ignored` configuration. If the original `watchOptions.ignored` is a RegExp, I cannot make...
## Summary use Rstest as Rspress's test framework. ## Related Issue ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
### Version ```sh rslib 0.12.1 ``` ### Details Rslib uses [wasmLoading](https://rspack.rs/zh/config/output#outputwasmloading) `fetch` when building wasm, but wasmLoading `fetch` depends on `__webpack_require__.p`(publicPath), which is not determined when building lib. ### Reproduce...
## Summary ## Related Links ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
Rstest now supports core testing scenarios including Node / DOM testing, mocking, multi-project testing, and coverage collection, and has been successfully implemented in Rstack projects (including Rsbuild, Rslib, Rspack, and...
### Version ```sh rstest 0.6.2 ``` ### Details