dcodegroup / vite-plugin-laravel-translations

Vite Plugin to convert Laravel Translations into a global variable for use within front-end frameworks.
5 stars 5 forks source link

Fix exporting #21

Open PadowYT2 opened 2 weeks ago

PadowYT2 commented 2 weeks ago

Closes dcodegroup/vite-plugin-laravel-translations#17

PadowYT2 commented 2 weeks ago

Well this doesn't work as Vite requires this to be a ESM package and not CJS. Not sure if you want to support CJS Vite only works with ESM