From c6c79ab5dc6e968afe5b2ae9d7056ff16ab748f1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 6 Apr 2018 22:39:18 -0700 Subject: [PATCH] test: simplify config for cli-hello-world (#23234) PR Close #23234 --- integration/cli-hello-world/angular.json | 2 +- integration/cli-hello-world/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/cli-hello-world/angular.json b/integration/cli-hello-world/angular.json index 1da4628322..2cdef70da5 100644 --- a/integration/cli-hello-world/angular.json +++ b/integration/cli-hello-world/angular.json @@ -45,7 +45,7 @@ "production": { "optimization": true, "outputHashing": "all", - "sourceMap": false, + "sourceMap": true, "extractCss": true, "namedChunks": false, "aot": true, diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index 00761cca8e..27e5180488 100644 --- a/integration/cli-hello-world/package.json +++ b/integration/cli-hello-world/package.json @@ -5,7 +5,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --prod --source-map", + "build": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e"