Vue.js Track Detail
What is the default behavior of hot reloading?
Hot Reload is always enabled except below situations:
- webpack target is node (SSR)
- webpack minifies the code
- process.env.NODE_ENV === 'production'
Vue.js Track Detail
Hot Reload is always enabled except below situations: