mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +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": {
|
||||
"type": "boolean",
|
||||
"description": "Output sourcemaps."
|
||||
"description": "Output sourcemaps.",
|
||||
"default": true
|
||||
},
|
||||
"vendorSourceMap": {
|
||||
"type": "boolean",
|
||||
|
Loading…
x
Reference in New Issue
Block a user