diff options
Diffstat (limited to '.changeset/spicy-eels-rush.md')
-rw-r--r-- | .changeset/spicy-eels-rush.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.changeset/spicy-eels-rush.md b/.changeset/spicy-eels-rush.md deleted file mode 100644 index 672de5c7d..000000000 --- a/.changeset/spicy-eels-rush.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'astro': major -'@astrojs/netlify': major -'@astrojs/vercel': major -'@astrojs/node': 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. |