From fe8fe9ba9ec1f7958ea784936264ed5129b8d13c Mon Sep 17 00:00:00 2001 From: Ricardo Varanda Date: Tue, 19 Jun 2018 11:59:02 +0100 Subject: [PATCH] docs: update Angular CLI option for sourcemaps (#24437) PR Close #24437 --- aio/content/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 6e0292f572..58b3a26c27 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -152,7 +152,7 @@ Install `source-map-explorer`: Build your app for production _including the source maps_ - ng build --prod --sourcemaps + ng build --prod --source-map List the generated bundles in the `dist/` folder.