mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-23 07:40:36 +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: {
|
performance: {
|
||||||
hints: false
|
hints: false
|
||||||
},
|
},
|
||||||
devtool: 'cheap-module-eval-source-map'
|
devtool: 'source-map'
|
||||||
})
|
})
|
||||||
|
|
||||||
module.exports = webpackConfig
|
module.exports = webpackConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user