Astro generates empty .-index.bundle.js
(after update to 1.6.8)
#5400
Labels
- P2: nice to have
Not breaking anything but nice to have (priority)
What version of
astro
are you using?1.6.8
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Linux
Describe the Bug
Using configuration
When import css file via js
import
, a js file with a strange name is generated.-index.bundle.js
without customizing
vite.build.rollupOptions.output
patterns, the empty .-index.123456.js file is generated.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-xfum8x-ppta8q?file=dist/assets/chunks/.-index.3d9a295b.js
Participation
The text was updated successfully, but these errors were encountered: