b6797fc858
* Update Solid ecosystem package logic to include packages with peerDep of Solid * Remove solid as a noExternal * Update the changeset
5 lines
240 B
Markdown
5 lines
240 B
Markdown
---
|
|
"@astrojs/solid-js": patch
|
|
---
|
|
|
|
Allow Solid ecosystem packages to not need special export map configuration. By default Solid is now treated as an external package in SSR, so any other dependent packages will receive the same instance.
|