@astrojs/solid-js@7.0.2
📦 astroView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes a build crash related to Solid islands importing packages with pre-compiled browser artifacts. Solid ecosystem packages are now bundled correctly in non-client environments to ensure proper Vite resolution.
🐛 Bug Fixes
- Fixes a build crash when a Solid island imports a package that ships pre-compiled browser artifacts via the `exports.solid` condition (e.g. `@kobalte/core`). Solid ecosystem packages are now bundled in non-client environments so that Vite resolves the correct export condition during prerendering.