xiCO2k / laravel-vue-i18n

Allows to connect your `Laravel` Framework translation files with `Vue`.
MIT License
598 stars 49 forks source link

fix: Add support for CommonJS Builds #46

Closed xiCO2k closed 2 years ago

xiCO2k commented 2 years ago

With the Vite introduction and support for script modules, it lead to an error when building with SSR.

This PR takes care of that, and another build step to have CommonJS and Module support.

Fixes #41