rstackjs / rstackjs/rsbuild-plugin-unplugin-vue
Using with Rsdoctor causes crash
Open
@fi3ework is already working on this.
Since Nov 10, 2025.
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 3
- Avg merge
- 13h 33m
- Merged PRs (30d)
- 7
Description
Summary
Using this module with rsdoctor causes rslib (rspack?) to crash silently.
Expected Behavior
- There should be an error message!! The fact that there is no error log is itself a problem. If nothing else, there should be a way to enable verbose logging.
- rsdoctor should work as expected
Steps to Reproduce
The create-rslib tool uses "rsbuild-plugin-unplugin-vue"
- Run
npm create rslib, choosing "Vue" as the template - Add dependency "@rsdoctor/rspack-plugin"
- Run
RSDOCTOR=true npm run build - 👎 The URL opens in the browser, then the command exits, and the dashboard never loads.
The create-rsbuild tool uses "@rsbuild/plugin-vue"
- Run
npm create rsbuild, choosing "Vue" as the framework - Add dependency "@rsdoctor/rspack-plugin"
- Run
RSDOCTOR=true npm run build - 👍 The dashboard opens and it works, because we're using
@rsbuild/plugin-vue
Build Info
- Node.js LTS (v24.11.0)
- Fedora Linux 43
"@rsbuild/core": "^1.6.0",
"@rsbuild/plugin-vue": "^1.2.0",
"@rsdoctor/rspack-plugin": "^1.3.8",
"@rslib/core": "^0.17.1",
"rsbuild-plugin-unplugin-vue": "^0.1.0",
"vue": "^3.5.24"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.