@astrojs/solid-js@7.0.2
Fixed 1
- Build crash when a Solid island imports a package that ships pre-compiled browser artifacts via the exports.solid condition by bundling Solid ecosystem packages in non-client environments so that Vite resolves the correct export condition during prerendering
Patch Changes
- #17584
5462b81Thanks @astrobot-houston! - Fixes a build crash when a Solid island imports a package that ships pre-compiled browser artifacts via theexports.solidcondition (e.g.@kobalte/core). Solid ecosystem packages are now bundled in non-client environments so that Vite resolves the correct export condition during prerendering.