jshmrtn / vue3-gettext

Translate Vue 3 applications with gettext.
https://jshmrtn.github.io/vue3-gettext/
MIT License
66 stars 23 forks source link

Dist file `gettext_extract.js` contains an absolute import path #58

Closed Chocobozzz closed 3 weeks ago

Chocobozzz commented 4 weeks ago

Can be saw on https://www.npmjs.com/package/vue3-gettext?activeTab=code

dist/bin/gettext_extract.js contains:

var tslib_es6_js = require('/home/leo/projects/vue3-gettext/node_modules/tslib/tslib.es6.js');

Which of course causes a bug :)

Version: v3.0.0-beta.5

lzurbriggen commented 4 weeks ago

what the hell

lzurbriggen commented 3 weeks ago

Attempted to fix this in 3.0.0-beta.6

cpontvieux-systra commented 3 weeks ago

Works good now, thanks !