rstackjs / rstackjs/rsbuild-plugin-unplugin-vue

Using with Rsdoctor causes crash

Open
#4 1 comment 0 reactions 1 assignee View on GitHub

@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
  1. 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.
  2. rsdoctor should work as expected
Steps to Reproduce

The create-rslib tool uses "rsbuild-plugin-unplugin-vue"

  1. Run npm create rslib, choosing "Vue" as the template
  2. Add dependency "@rsdoctor/rspack-plugin"
  3. Run RSDOCTOR=true npm run build
  4. 👎 The URL opens in the browser, then the command exits, and the dashboard never loads.

The create-rsbuild tool uses "@rsbuild/plugin-vue"

  1. Run npm create rsbuild, choosing "Vue" as the framework
  2. Add dependency "@rsdoctor/rspack-plugin"
  3. Run RSDOCTOR=true npm run build
  4. 👍 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.