mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
5 lines
298 B
Markdown
5 lines
298 B
Markdown
---
|
|
'@astrojs/react': patch
|
|
---
|
|
|
|
Removes hardcoded `ssr.external: ['react-dom/server', 'react-dom/client']` config that causes issues with adapters that bundle all dependencies (e.g. Cloudflare). These externals should already be inferred by default by Vite when deploying to a server environment.
|