Vercel adapter 3.7.0 or higher fails to build when includeFiles
is present
#7667
Labels
- P5: urgent
Fix build-breaking bugs affecting most users, should be released ASAP (priority)
feat: ssr
Related to SSR (scope)
pkg: vercel
Related to Vercel adapter (scope)
What version of
astro
are you using?2.8.3
Are you using an SSR adapter? If so, which one?
Vercel
What package manager are you using?
pnpm
What operating system are you using?
Mac
What browser are you using?
not relevant
Describe the Bug
I notice after upgrading
@astrojs/vercel
to3.7.0
or higher because I useincludeFiles
, it throws an error:To reproduce, open the stackblitz repository and run
pnpm run build
.If you switch to using
vercel36
(another vercel adapter version [3.6.0]), it'll work just fine.What's the expected result?
Not throwing an error while building.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/withastro-astro-768xre?file=README.md
Participation
The text was updated successfully, but these errors were encountered: