I have the following in my package json that is responsible for building and running the Angular 2 application. May I know the meaning of each of the flags in the targets ?
"build": "rimraf dist && webpack --progress --profile --bail",
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" "
via BalajiK
No comments:
Post a Comment