solved.
Apr 9, 2017
4
Level 6
How to disable vue js development tools production
Hi Everyone,
I'm using Laravel Spark and I'm trying to figure out how to disable vue js dev tools for production mode. I've done a ton of research and I actually have gotten it to work on my local environment by adding the following to resources/assets/js/app.js
Vue.config.devtools = false
Vue.config.debug = false
Vue.config.silent = true
This works and it says vue inspector tools are disabled. However, when I deploy to production with the exact same code to Heroku, the vue inspector tools are still enabled. Why is this? I can' figure out why this is the case on my production environment. Any thoughts on how to fix this?
Thanks!
Level 6
Please or to participate in this conversation.