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:
@@ -24,7 +24,7 @@ const webpackConfig = merge(baseWebpackConfig, {
|
||||
performance: {
|
||||
hints: false
|
||||
},
|
||||
devtool: 'cheap-module-eval-source-map'
|
||||
devtool: 'source-map'
|
||||
})
|
||||
|
||||
module.exports = webpackConfig
|
||||
|
||||
Reference in New Issue
Block a user