Angular 4

Angular CLI - dev vs prod builds

The dev builds –
--dev/--target=development

The prod builds -
--prod/--target=production


Both are “meta” flags that set other flags and If you do not specify either you will get the dev default.

--dev defaults

Flag
--dev
--prod
--aot
false
true
--environment
dev
prod
--output-hashing
media
all
--sourcemaps
true
false
--extract-css
false
true
--named-chunks  
true
false
--build-optimizer
false
true with AOT and Angular 5
















The Prod also sets the following non-flag gable settings that are –
1.      Runs UglifyJS on the code
2.      Replaces “process.env.NODE_ENV” in modules with the production value
3.      Adds service worker if configured in “ .angular-cli.json”

Stayed InformedAngular 4 and Angular 5 Documents

I hope you are enjoying with this post! Please share with you friends. Thank you so much!
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

Angular CLI - dev vs prod builds Angular CLI - dev vs prod builds Reviewed by Anil Singh on 8:56 PM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^