19e91e1cd8
* feat: remove webapi in favor of a smaller polyfill
* test: remove old test
* test: 🤦♀️
* chore: changeset
364 B
364 B
astro | @astrojs/netlify | @astrojs/vercel | @astrojs/node |
---|---|---|---|
major | major | major | major |
Reduced the amount of polyfills provided by Astro. Astro will no longer provide (no-op) polyfills for several web apis such as HTMLElement, Image or Document. If you need access to those APIs on the server, we recommend using more proper polyfills available on npm.