What is the use of this command?
ng build -prod --output-hashing none
--output-hashing none you can avoid these hash names.
What is the exact use --output-hashing? Is this properties use in future or I stick to one command
ng build -prod
What is the use of this command?
ng build -prod --output-hashing none
--output-hashing none you can avoid these hash names.
What is the exact use --output-hashing? Is this properties use in future or I stick to one command
ng build -prod
The command can be used to build a project of type "application" or "library". ... A "production" configuration is created by default when you use the CLI to create the project, and you can use that configuration by specifying the --configuration where -- is just a notation for flaging