feat(@angular-devkit/build-angular): enable sourcemaps by default when using karma

Closes #12282
This commit is contained in:
Alan Agius 2018-09-18 09:01:26 +02:00 committed by Hans
parent c38e6345e2
commit fce686d965

View File

@ -64,7 +64,8 @@
},
"sourceMap": {
"type": "boolean",
"description": "Output sourcemaps."
"description": "Output sourcemaps.",
"default": true
},
"vendorSourceMap": {
"type": "boolean",