mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
feat(@angular-devkit/build-angular): enable sourcemaps by default when using karma
Closes #12282
This commit is contained in:
parent
c38e6345e2
commit
fce686d965
@ -64,7 +64,8 @@
|
|||||||
},
|
},
|
||||||
"sourceMap": {
|
"sourceMap": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Output sourcemaps."
|
"description": "Output sourcemaps.",
|
||||||
|
"default": true
|
||||||
},
|
},
|
||||||
"vendorSourceMap": {
|
"vendorSourceMap": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user