es-dev-server icon indicating copy to clipboard operation
es-dev-server copied to clipboard

Several configuration file options ignored

Open ghost opened this issue 4 years ago • 0 comments

I noticed that options in the config file like eventStream and logStartup are ignored, even if they are not overridden from the command line. I believe this is because in the command line parser, several options are returned even if they're not actually put on the command line: https://github.com/open-wc/es-dev-server/blob/master/src/command-line-args.ts#L271

ghost avatar Feb 24 '21 09:02 ghost