Skip to content

@solidjs/vite-plugin@3.0.0-next.32

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Aug 00:54
· 13 commits to main since this release
7d21e27

Patch Changes

  • 2436bf5: Wire the Start development error boundary into server rendering and support direct @solidjs/start-devtools imports in apps with custom server and client entries.
  • 473afd2: Start devtools are no longer enabled when @solidjs/start-devtools is 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 of null. The plugin took the stub as a successful resolution, wrapped the generated client entry in DevToolbar, and the browser failed with The 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.