DEV Community

Discussion on: Vue3 on Rails

Collapse
 
phaedryx profile image
Tad Thorley • Edited

Thank you for this article. It is hard to find any materials on Vue 3 + Rails.

Question: wouldn't you want to put configuration like __VUE_PROD_DEVTOOLS__: false in production.js and __VUE_PROD_DEVTOOLS__: true in development.js?

Collapse
 
vannsl profile image
Vannsl

AFAIK the devtools should work on development (webpack mode / NODE_ENV "development") with that property set in environment.js.