astro/.changeset/empty-oranges-provide.md
Matthew Phillips 4c44467668
Remove use of URL module in runtime (#2107)
* Remove use of URL module

We can't use this module due to Vite not having a shim and this needing
to run inside Vite.

* Adding a changeset
2021-12-03 09:13:20 -05:00

158 B

astro
patch

Fixes regression in build caused by use of URL module

Using this module breaks the build because Vite tries to shim it, incorrectly.