mydnic / laravel-feedback-component

Customizable Feedback Component for Laravel
MIT License
272 stars 25 forks source link

Console Warning - Running Vue in development mode #103

Closed sutcliffe121 closed 3 years ago

sutcliffe121 commented 3 years ago

Hello,

I am using the latest version of the package but I am seeing a warning in console about running Vue in dev mode:

You are running Vue in development mode. Make sure to turn on production mode when deploying for production. See more tips at https://vuejs.org/guide/deployment.html

Can the package be update to use production version?

Thanks,

mydnic commented 3 years ago

Sorry about that, I haven't worked on it for a while. Will publish in a few minutes

mydnic commented 3 years ago

Done ! You can update to 1.6.1

sutcliffe121 commented 3 years ago

Confirm fixed with composer update package and php artisan vendor:publish --tag=kustomer-assets --force

Thanks :-)