【发布时间】:2022-04-19 03:55:18
【问题描述】:
当我在 angular.json 中设置 optimizations = true 时,我们在 chrome devtools 中调试时遇到问题,并且断点未命中,或者在相应的打字稿文件中的错误行。
"local": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": {
"scripts": true,
"styles": true,
"hidden": false,
"vendor": false
},
【问题讨论】:
标签: angular debugging google-chrome-devtools