diff --git a/integration/cli-hello-world/package.json b/integration/cli-hello-world/package.json index c627ca24c3..9dfe9c205a 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 --build-optimizer", + "build": "ng build --prod --sourcemaps", "test": "ng test --single-run", "lint": "ng lint", "e2e": "ng e2e",