Closed oliwierzgorniak closed 2 years ago
Hi @oliwierzgorniak , Could you share a reproducible test case (for example, I repo that I can fork)?
Same problem with a vue app bundled with vite :/
@oliwierzgorniak, here is your problem : cwd: ".", // Default is process.cwd()
You need to restore the default value : process.cwd() instead of "."
@VincentDauliac thank you for your help. It worked 🥳
Thanks @VincentDauliac! I need to update the readme, the default is perfectly fine for most use cases, and this line is misleading :)
Hi, i get an error while trying to build my astro project with the plugin. Does anyone have any idea what to do?
Error:
My astro config file:
My package.json file: