mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
`--poll` is a valid command line option (vs. `--poll 1000`). This however will result in a value of 0 which causes polling to be disabled rather than enabled. This change sets a default value of 500 when the commandline flag is used.
Angular Webpack Build Facade
WIP