Skip to content

Commit 43f693a

Browse files
committed
Debug more easily "[object ErrorEvent] thrown" exceptions (angular/angular-cli#7296)
1 parent a9b6dc5 commit 43f693a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ci-test": "ng test --browsers FirefoxHeadless",
1616
"ci-e2e": "ng e2e --port 4201 --protractor-config ./e2e/protractor-ci.conf.js",
1717
"package": "./node_modules/.bin/rimraf dist/packaging/* && ./node_modules/.bin/webpack --env.configuration=prod",
18-
"test": "ng test --watch --browsers Chrome",
18+
"test": "ng test --watch --browsers Chrome --source-map=false",
1919
"lint": "ng lint",
2020
"e2e": "ng e2e --port 4201",
2121
"webdriver-update": "webdriver-manager update"

0 commit comments

Comments
 (0)