Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit f6891ea

Browse files
author
黄俊亮
committed
chore: enable sourceMaps when using karma
See angular/angular-cli#12291 (comment)
1 parent 7578b9a commit f6891ea

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
@@ -101,7 +101,8 @@
101101
"karmaConfig": "components/karma.conf.js",
102102
"polyfills": "components/polyfills.ts",
103103
"tsConfig": "components/tsconfig.spec.json",
104-
"scripts": []
104+
"scripts": [],
105+
"sourceMap": true
105106
}
106107
}
107108
}

0 commit comments

Comments
 (0)