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"
Summary
Using this module with rsdoctor causes rslib (rspack?) to crash silently.
Expected Behavior
Steps to Reproduce
The create-rslib tool uses "rsbuild-plugin-unplugin-vue"
npm create rslib, choosing "Vue" as the templateRSDOCTOR=true npm run buildThe create-rsbuild tool uses "@rsbuild/plugin-vue"
npm create rsbuild, choosing "Vue" as the frameworkRSDOCTOR=true npm run build@rsbuild/plugin-vueBuild Info