xref
: /
development
/
tools
/
winscope
/
vue.config.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module
.
exports
= {
2
configureWebpack
: {
3
devtool
:
'source-map'
4
}
5
}