admin管理员组文章数量:1345090
When I log something using console.warn
or console.trace
or console.error
, trace log looks like below;
It used to show a component's ts file and the line of it it belongs to on the right side of click
but it's not this general bundle that's created after a save.
My build config is like this:
"configurations": {
"live": {
"buildOptimizer": true,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": false,
"namedChunks": true,
"outputHashing": "all",
"optimization": {
"scripts": true,
"styles": {
"minify": false,
"inlineCritical": false
},
"fonts": true
}
}
}
When I change optimization.scripts
to false, it still doesn't do much:
What flag should I be working with here?
本文标签: Angular stack traces don39t show lines per componentsStack Overflow
版权声明:本文标题:Angular stack traces don't show lines per components - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743779442a2537565.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论