Open jplaverdure opened 7 months ago
Forgot to mention, but I'm trying to use this on a Quasar project.. Maybe that explains the issues I'm running into ?
@jplaverdure do you resolve this issue?
I unfortunately resolved it by using the vue-gettext plugin which worked perfectly in my case.
I solved it with this comment.
Hello,
I'm a bit of a newbie to the JS ecosystem and understand there are 2 module loading schemes (commonJS and ES6) It would be nice to have a bit more documentation on how to use this tool in the context of an ES6 project.
It seems everything I attempt results in:
I see the presence of a
vue-i18n-extract.modern.mjs
file in thedist
folder but how do I make use of it ? Surely I'm not the only one trying to figure out how to make this work..All help is welcome !