xiCO2k / laravel-vue-i18n

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

Error in mix compiling #83

Closed sami-vertex closed 1 year ago

sami-vertex commented 1 year ago

Hi, I've an error when run npm run watch | npm run dev after I update webpack.mix.js as the image.

https://i.postimg.cc/fRnMM9tq/mix-error.png

Laravel: 9.x Bootstrap 4.6 Laravel-mix: 6.0.6 Vue: 3

the error in: C:\xampp\htdocs\laravel\tournaments\node_modules\laravel-vue-i18n\dist\loader.js:86 if (expr.kind === 'string') { ^

How to solve this issue?

xiCO2k commented 1 year ago

Hey @sami-vertex can you provide the code on your webpack.mix.js file?

Thanks