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"