docs: update Angular CLI option for sourcemaps (#24437)

PR Close #24437
This commit is contained in:
Ricardo Varanda 2018-06-19 11:59:02 +01:00 committed by Miško Hevery
parent 637805a0c9
commit fe8fe9ba9e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ Install `source-map-explorer`:
Build your app for production _including the source maps_
<code-example language="none" class="code-shell">
ng build --prod --sourcemaps
ng build --prod --source-map
</code-example>
List the generated bundles in the `dist/` folder.