astro build
exits early without an error message with collections + MDX + top-level await
#5628
Labels
astro build
exits early without an error message with collections + MDX + top-level await
#5628
What version of
astro
are you using?1.7.1
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
In this project (minimized from #5619),
astro build
exits early without an error message.astro.config.mjs
src/content/blog/foo.mdx
src/pages/test.txt.js
Output
There is no error message and no “Complete!” message. The expected output
dist/test.txt
is missing:Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-6jktqr
Run
astro build
.Participation
The text was updated successfully, but these errors were encountered: