Skip to content

Commit 1a10344

Browse files
committed
Temporary fix for angular/angular-cli#11672
1 parent bbab868 commit 1a10344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"karmaConfig": "./karma.conf.js",
2323
"polyfills": "./polyfills.ts",
2424
"tsConfig": "./tsconfig.spec.json",
25-
"watch": false
25+
"watch": false,
26+
"sourceMap": true
2627
}
2728
},
2829
"lint": {

0 commit comments

Comments
 (0)