-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
🚀 Feature request
ng serve command should accept node flags
Command (mark with an x
)
- [ ] new
- [ ] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Description
ng serve accept node flags
Describe the solution you'd like
Something like proxy-conf.json
ng serve --node-config=node-conf.json --proxy-config proxy-conf.json
https://nodejs.org/api/cli.html
{
"max-http-header-size": 100000,
...
}
Describe alternatives you've considered
- recompile node with custom flags, not good idea
- downgrading node
Metadata
Metadata
Assignees
Labels
No labels