Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(serve): delete dist on serve (#4293)
`ng serve` will serve the app from memory, but it's easy to think that it just serves what's in `dist/`. This way, `dist/` is deleted on `ng serve` and users will not have a `dist/` dir where they might think the files are being served from. Partially address #4290
- Loading branch information