The hot reload of my Vue.js app isn't refreshing when I save modifications to a file.
$ npm serve
DONE Compiled successfully in 469ms
App running at:
- Local: http://localhost:8080/
- Network: http://localhost:8080/
vue.config.js
module.exports = {
transpileDependencies: [
'vuetify'
]
}
There isn't any WSD errors in the console. It's not deconnected or anything.