@solidjs/vite-plugin@3.0.0-next.32
Pre-release
Pre-release
·
13 commits
to main
since this release
Patch Changes
- 2436bf5: Wire the Start development error boundary into server rendering and support direct
@solidjs/start-devtoolsimports in apps with custom server and client entries. - 473afd2: Start devtools are no longer enabled when
@solidjs/start-devtoolsis not installed. Detection falls back to resolving the package from the plugin's own file (for pnpm-isolated installs where it is only a dependency of the plugin), but the package is declared an optional peer dependency of the plugin, so when it is absent Vite answers that resolution with its__vite-optional-peer-dep:stub instead ofnull. The plugin took the stub as a successful resolution, wrapped the generated client entry inDevToolbar, and the browser failed withThe requested module '/@id/__vite-optional-peer-dep:@solidjs/start-devtools:@solidjs/vite-plugin' does not provide an export named 'DevToolbar'. The stub is now treated as "not installed". - 791ae3e: Require Vite 8 or newer and remove the Vite 6 and 7 compatibility paths.