Cannot turn vue.js to production mode, still getting the warning "You are running Vue in development ....
-
"You are running Vue in development mode. Make sure to turn on production mode when deploying for production. See more tips at
Tried npm run development, npm run watch, php artisan config:cache
Tried to put in app.js > Vue.config.productionTip = false
Tried to put .env > APP_DEBUG = false ( it works only for db bar not for vue.js)
Tried to put .env > APP_ENV = production without success.Can someone help ? It does only on frontend.
-
Hi @sebastian
Follow this https://github.com/bagisto/bagisto/issues/2986Thanks
-
Where do I change the minified Vue? I have looked everywhere but I can't seem to find it. I also added to my master blade file but that doesn't work either.