2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-08 01:02:26 +03:00

build: change devtool to let vue file debug(vscode)

This commit is contained in:
mxie
2018-10-10 18:20:16 +08:00
parent ac4aa87a9d
commit b1a6ea3dee
+1 -1
View File
@@ -24,7 +24,7 @@ const webpackConfig = merge(baseWebpackConfig, {
performance: {
hints: false
},
devtool: 'cheap-module-eval-source-map'
devtool: 'source-map'
})
module.exports = webpackConfig