We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x
- [ ] bug report -> please search issues before submitting - [x] feature request
- [ ] new - [ ] build - [x] serve - [ ] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [ ] lint - [ ] xi18n - [ ] run - [ ] config - [ ] help - [ ] version - [ ] doc
build supports --prod and --output-hashing flags. It would be great if we could use the same flags for serve.
build
--prod
--output-hashing
serve
E.g. ng serve --prod --output-hashing none
ng serve --prod --output-hashing none
Also see issue.
Bug Report or Feature Request (mark with an
x)Command (mark with an
x)Desired functionality
buildsupports--prodand--output-hashingflags. It would be great if we could use the same flags forserve.E.g.
ng serve --prod --output-hashing noneAlso see issue.