@tanstack/devtools-bundler-core@0.1.0
Immutable
release. Only release title and notes can be modified.
Minor Changes
- #484
d6e9022- Introduce@tanstack/devtools-bundler-core, the framework-agnostic core (transforms, editor integration, package-manager, dev-state) shared by the TanStack devtools bundler plugins.
Patch Changes
- #484
d6e9022- Fix Rspack devtools integration on Windows and the plugin marketplace:- Normalize the module path before stripping
cwdwhen building the
"Go to Source" link and the injecteddata-tsd-sourceattribute, 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'smountedevent and replies with
package-json-read. Without this the plugin marketplace never populated under
Rspack. Also gate the wiring on the compiler'smode(isDev) rather than
process.env.NODE_ENV, which isn't set atapply()time underrspack serve.
- Normalize the module path before stripping