Change8

astro@6.0.0-alpha.5

📦 astro
1 features🐛 3 fixes🔧 4 symbols

Summary

This patch release focuses on bug fixes for the glob loader and Windows builds, while optimizing build memory usage through environment-specific route filtering.

✨ New Features

  • Reduces build memory by filtering routes per environment so each only builds the pages it needs.

🐛 Bug Fixes

  • Fixes a bug that caused incorrect warnings of duplicate entries to be logged by the glob loader when editing a file.
  • Prevents logging an error when there is no content config.
  • Fixes a Windows-specific build issue when importing an Astro component with a <script> tag using an import alias.

🔧 Affected Symbols

glob loadercontent configAstro component <script> tagroute filtering