github TanStack/devtools @tanstack/devtools-rspack@0.1.0

latest releases: @tanstack/devtools-bundler-core@0.1.1, @tanstack/devtools-rspack@0.1.1, @tanstack/devtools-vite@0.8.3...
6 hours ago

Minor Changes

  • #484 d6e9022 - Add @tanstack/devtools-rspack — Rspack plugin with 1:1 feature parity to @tanstack/devtools-vite (source injection, enhanced logs, console piping, devtools removal on build, editor integration, event bus, package manager).

Patch Changes

  • #484 d6e9022 - Fix Rspack devtools integration on Windows and the plugin marketplace:

    • Normalize the module path before stripping cwd when building the
      "Go to Source" link and the injected data-tsd-source attribute, so
      Rspack's backslash module ids on Windows no longer leak an absolute path
      that the editor-open handler then fails to resolve.
    • Seed the shared in-process event target before wiring the package manager,
      so the plugin actually receives the client's mounted event and replies with
      package-json-read. Without this the plugin marketplace never populated under
      Rspack. Also gate the wiring on the compiler's mode (isDev) rather than
      process.env.NODE_ENV, which isn't set at apply() time under rspack serve.
  • Updated dependencies [d6e9022, d6e9022]:

    • @tanstack/devtools-bundler-core@0.1.0

Don't miss a new devtools release

NewReleases is sending notifications on new releases.