# `ng build` [TOC] ###### tags: `angular` `cli` --- ```shell $ ng b \ --extract-licenses false \ --output-hashing none ``` | Option | Description | Value Type | | -------------------- | ------------------------------------------------------ | --------------------------------- | | `--extract-licenses` | Extract all licenses in a separate file. | boolean | | `--output-hashing` | Define the output filename cache-busting hashing mode. | `none`\|`all`\|`media`\|`bundles` | ## Reference - [Angular](https://angular.io/) - [Docs](https://angular.io/docs) - [Reference » CLI Command Reference » **ng build**](https://angular.io/cli/build)