Erro 404 ao acessa a página que foi publicada

Olá!

Eu tenho uma aplicação react+vite e utilizo o gerenciador de pacotes pnpm.
Fiz a publicação de uma aplicação web no netlify e quando acesso o link: https://pipoca.netlify.app/ o sistema me traz uma tela em branco. Ao inspecionar o navegador vejo o seguinte erro:

   GET https://pipoca.netlify.app/assets/.pnpm-Bqs_P1QV.js net::ERR_ABORTED 404 (Not Found)

Analisando o que poderia ter acontecido identifiquei que quando gero a build do projeto local são gerados os seguintes arquivos:

image

porém, quando verifico os arquivos gerados no processo de build, dentro do netlify, não é gerado o arquvo .pnpm-Bqs_P1QV.js, e isso está gerando o erro. Por que isso acontece e como pode ser corrigido?

Dot files are ignored @israelkleber and not published as it the case for .well-known (see: .well-known gets ignored)

Either remove the . from the beginning of the filename, or follow the directions in the last post (not the solution) in the topic above to create a redirect.