Developer Mode Syntax:
ng build --output-path ../folder_name --watch
Example:
ng build --output-path ../build --watch
Production Mode Syntax:
ng build --prod --build-optimizer --output-path=../folder_name --output-hashing=none --watch
Example:
ng build --prod --build-optimizer --output-path=../build/prod --output-hashing=none --watch
ng build --output-path ../folder_name --watch
Example:
ng build --output-path ../build --watch
Production Mode Syntax:
ng build --prod --build-optimizer --output-path=../folder_name --output-hashing=none --watch
Example:
ng build --prod --build-optimizer --output-path=../build/prod --output-hashing=none --watch
0 comments:
Post a Comment