Nemanja Dragun
Nemanja Dragun
Same issue here. On Vercel it show images while on Netlify its broken
Getting same ReferenceError: __dirname is not defined error
I am curious about same thing. How to automatically delete files that cache already expired for so that it keeps file-system size optimal
@Reddybrekkers Installing npm i -D [email protected] in your project should fix it for now until it is fixed in repo
Installing `npm i -D [email protected]` in your project should fix it for now until it is fixed in repo Raised an issue here as well so it can be fixed...
Package version is `"vue3-gettext": "2.4.0"`
@lzurbriggen is this a known issue?
> @ndragun92 no, this is a case that usually works. can you check if it works if you use destructuring? > > ```ts > const { $gettext } = useGettext();...