0👍
devtool: 'source-map'
recommended in Vue documentation doesn’t work in this setup.
It started working when I used:
devtool: 'eval-source-map'
after reading Webpack documentation.
I added this option directly to the webpack.config.js file – without using any vue.config.js file.
- [Vuejs]-Uncaught Error Attempting to use a disconnected port object in Vue CLI App?
- [Vuejs]-Vue.js how to keep the todo when the no keep it button (cancel button) is clicked?
Source:stackexchange.com