diff --git a/docs/documentation/build.md b/docs/documentation/build.md index 67f0ac7c8f80..6d9726ebfb11 100644 --- a/docs/documentation/build.md +++ b/docs/documentation/build.md @@ -97,6 +97,8 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional `--progress` (`-pr`) Log progress to the console while building. +`--no-progress` prevent logging progress to the console while building + `--sourcemap` (`-sm`) Output sourcemaps. `--stats-json` Generates a `stats.json` file which can be analyzed using tools such as: `webpack-bundle-analyzer` or https://webpack.github.io/analyse. @@ -107,4 +109,4 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional `--verbose` (`-v`) Adds more details to output logging. -`--watch` (`-w`) Run build when files change. \ No newline at end of file +`--watch` (`-w`) Run build when files change.