@astrojs/cloudflare@13.2.2
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes an issue where the dependency scan failed when default-importing .astro components from .ts files. It updates the dependency on @astrojs/underscore-redirects to version 1.0.3.
🐛 Bug Fixes
- Fixed dependency scan failing with "No matching export for import 'default'" when a .ts file default-imports an .astro component by ensuring the esbuild scan plugin includes export default {} in its output for .astro files.