diff --git a/.changeset/brown-dancers-perform.md b/.changeset/brown-dancers-perform.md new file mode 100644 index 000000000000..23591a3d5f01 --- /dev/null +++ b/.changeset/brown-dancers-perform.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix for CSS superset support and HMR in the static build diff --git a/examples/fast-build/src/pages/index.astro b/examples/fast-build/src/pages/index.astro index 4d13ae5a57ea..0b7e7ff219fc 100644 --- a/examples/fast-build/src/pages/index.astro +++ b/examples/fast-build/src/pages/index.astro @@ -17,9 +17,9 @@ import ExternalHoisted from '../components/ExternalHoisted.astro'; }