Closed
Description
By default, the generated webpack.dev.conf.js
sets devtool: '#cheap-module-eval-source-map'
. This causes problems with Chrome debugging because of vuejs/vue-cli#51. Changing devtool
in the generated webpack.dev.conf.js
to #source-map
solves the issue. Is there any way to control the devtool
setting from index.js
? I see that for production webpack config it is set to config.build.productionSourceMap ? '#source-map' : false
.
Metadata
Metadata
Assignees
Labels
No labels