Open rschubkegel opened 9 months ago
I tried creating a new project with yarn create astro
and was able to build a project with @rollup/plugin-dsv. I'm still not sure why the build error occurs, but my current guess is that custom file imports in Rollup are somehow incompatible with Astro.glob
. Another possibility is that custom file extensions can't be imported with TS path aliases. Whatever the reason, I think these are the next steps:
Rename
src/pages/_stats/
tosrc/pages/stats/
and runyarn build
to replicate. The relevant lines of build output are included below.