I am trying to deploy my Vue app in development mode. When I click on the Vue Chrome extension indicator it says:
Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author
When I run the build task in Vue UI it defaults to production. How do I switch this to development?