I have a problem. When I execute my astro in local (npm run dev) all works perfectly, but when I do a build (npm run build), inside dist/_astro appears a hoisted.js that imports anther hoisted.js that not exist.
The only thing I add to the astro theme is a little script that generate a button to copy the code that I write on a post.