vue-i18n-extract
vue-i18n-extract copied to clipboard
add support for ignoring .gitignore entries automatically
I'm trying to use this with nuxt
since vueFiles option does not support an array, I have to use './**/*.?(js|vue)', which ends up searching node_modules, and other ignored folders as well
it would be nice to have
for my use case, simpler approach is to make vueFiles array
I realized I could use something like this:
'./{components,pages,layouts}/**/*.?(js|vue)'
doesn't seem to work out of box, leaving issue open as issue may still be valid for others